summaryrefslogtreecommitdiffstats
path: root/index.html
blob: e364f2a3b5c42fe0653b6dcbda66b506169063da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
    <title> fcked ntwrk </title>
    <link rel="stylesheet" href="light.css">
    <meta name="theme-color" content="#0a1010">
    <script type="text/javascript" src="light.js" />
</head>
<body>
</body>
<script>
    document.querySelector("meta[name=theme-color]").setAttribute('content', '#000000');
</script>
</html>