Skip to content

Commit 7810497

Browse files
authored
it looks cool
1 parent 1c2a69a commit 7810497

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

backdrop.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<head>
2+
<meta charset="UTF-8">
3+
<title>tcmine</title>
4+
<link rel="icon" type="image/x-icon" href="./assets/favicon.ico">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
7+
<link rel="stylesheet" type="text/css" href="styles/home.css">
8+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
9+
<script type="text/javascript" src="assets/bg/grid.js"></script>
10+
</head>
11+
<body style="background-color: #00000000;">
12+
<div class="grid no-select" style="background-image: url(assets/bg/grid.png);"></div>
13+
14+
</body>
15+
<!--<div style="position:fixed; right:0; bottom:0; margin-bottom:0%; padding-right: 12%; font-size: 350%; color:rgba(255, 255, 255, 0.582)"><center>tcmine64</center></div>-->
16+
<div class="no-select" style="position:fixed; bottom:0; margin:20px; margin-top:20%; color:rgba(255, 255, 255, 0.445)"><center>tcmine64</center></div>
17+
<img src="./assets/egg_gear.png" class="rotating no-select" style="width:20%; position: fixed; bottom: 0; right: 0; margin: -9%;">

0 commit comments

Comments
 (0)