]> git.lizzy.rs Git - antifa-generator.git/blob - index.html
Rmove antigos scripts
[antifa-generator.git] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3
4 <head>
5     <meta charset="UTF-8">
6     <meta name="viewport" content="width=device-width, initial-scale=1.0">
7     <script src="dist/circletext.js"></script>
8     <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">
9     <link rel="stylesheet" href="styles.css">
10     <title>Antifa Generator</title>
11 </head>
12
13 <body>
14     <canvas id="logo" width="500" height="500">
15         Your browser does not support the canvas element.
16     </canvas>
17     <script>
18         writeBottomCircle("Antifacistas", "logo", 510)
19         writeTopCircle("Desenvolvedores", "logo", 510)
20     </script>
21 </body>
22
23 </html>