initial commit
This commit is contained in:
31
public/index.html
Normal file
31
public/index.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-title" content="Nix13">
|
||||
<link rel="apple-touch-icon" href="./favicon.png">
|
||||
|
||||
<meta name="application-name" content="Nix13">
|
||||
<meta name="theme-color" content="#ff00ff">
|
||||
|
||||
<link sizes="512x512" href="./favicon.png">
|
||||
<link rel="manifest" href="./manifest.webmanifest">
|
||||
|
||||
<!-- FontAwesome -->
|
||||
<link rel="stylesheet" href="https://storage.nix13.pw/fa/css/fontawesome.min.css">
|
||||
<link rel="stylesheet" href="https://storage.nix13.pw/fa/css/light.min.css">
|
||||
<link rel="stylesheet" href="https://storage.nix13.pw/fa/css/brands.min.css">
|
||||
<title>Nix13</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
Site can't work without JavaScript!<br>
|
||||
Сайт не может работать без JavaScript!
|
||||
</noscript>
|
||||
|
||||
<main id="root"></main>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user