g
This commit is contained in:
parent
0ddf2af191
commit
3605f0af24
2 changed files with 53 additions and 0 deletions
52
guides.html
Normal file
52
guides.html
Normal file
|
@ -0,0 +1,52 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="icon" type="image/x-icon" href="./favicon.png">
|
||||
<link rel="manifest" href="./manifest.json">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>prigoana.lol</title>
|
||||
<style> a{ cursor: url(./link.cur), auto;}
|
||||
body {
|
||||
user-select: none;
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
font-family: monospace;
|
||||
cursor: url(./cursor.cur), auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
background-color: #000;
|
||||
color: rgb(255, 255, 255);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.terminal ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin: 0;
|
||||
}
|
||||
.terminal li {
|
||||
margin: 0 15px;
|
||||
}
|
||||
.terminal a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
.terminal a:hover {
|
||||
text-decoration: underline;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="terminal">
|
||||
<ul>
|
||||
<li><a href="./index.html">back</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h3>Guides</h3>
|
||||
<h4>Ad Blocking</h4>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -80,6 +80,7 @@
|
|||
<ul>
|
||||
<li><a href="./projects.html">projects</a></li>
|
||||
<li><a href="./about.html">about</a></li>
|
||||
<!--<li><a href="./guides.html">guides</a></li>-->
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
|
Loading…
Add table
Reference in a new issue