Files
bytefy/bytefy.webapp/src/index.html
2025-08-02 15:11:47 +02:00

19 lines
683 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bytefy - Online Tools</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@304&display=swap" rel="stylesheet">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3773969635890362"
crossorigin="anonymous"></script>
</head>
<body>
<app-root></app-root>
</body>
</html>