22 lines
835 B
HTML
22 lines
835 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Google Fonts Mirror Interface</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
<body>
|
|
<header class="top-title">
|
|
<h1>Google Fonts Mirror Interface</h1>
|
|
<span>
|
|
Transform <a href="https://fonts.google.com/">Google Fonts</a> links to a CSS from a <a href="https://cdn.sofiaritz.com/fonts/">Google Fonts binary mirror</a>.
|
|
Created by <a href="https://sofiaritz.com">Sofía Aritz</a>.
|
|
</span><br>
|
|
<span>Source code available here: <a href="https://git.sofiaritz.com/GFonts/gfonts-interface">GFonts@git.sofiaritz.com/gfonts-interface</a>.</span>
|
|
</header>
|
|
<div class="page-container">
|
|
<main id="app"></main>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</div>
|
|
</body>
|
|
</html>
|