blob: 47e39c64baa2fccd7ac0ef95556b556b4fb849d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Netpunk" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://netpunk.darkuss.fyi" />
<meta property="og:description" content="Netpunk, website style" />
<meta name="theme-color" content="#ff0047" />
<title>Netpunk</title>
<link rel="icon" href="favicon.png" />
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/index.css">
<script src="/src/main.tsx" type="module"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>
|