diff options
Diffstat (limited to 'front/index.html')
-rw-r--r-- | front/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/front/index.html b/front/index.html new file mode 100644 index 0000000..52f1d2e --- /dev/null +++ b/front/index.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title> пиздец </title> + <meta name="theme-color" content="#141D20"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href="/css/style.css"> + <link rel="stylesheet" href="/css/twemoji-awesome.css"> + </head> + <body> + <div id="root"> + </div> + <script defer src="/js/out.js"></script> + </body> +</html>
\ No newline at end of file |