blob: fa155771237b140a3d99454bd3afc861a4cdd80c (
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 - SUNNEX_OS" />
<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 - SUNNEX_OS</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>
|