mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
added header tags
This commit is contained in:
parent
6548b73d0c
commit
ecd57f4966
1 changed files with 6 additions and 1 deletions
|
|
@ -7,13 +7,18 @@
|
|||
<title>The Bin - Selector</title>
|
||||
<link rel="stylesheet" href="../style/common.css">
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
<link rel="stylesheet" href="../style/footer.css">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://assets.hackclub.com/favicons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://assets.hackclub.com/favicons/favicon-16x16.png">
|
||||
<script src="https://awdev.codes/utils/smoothScroll.js"></script>
|
||||
<script src="https://awdev.codes/utils/hackclub/orph.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="selector-container">
|
||||
<div class="selector-header">
|
||||
<h1 class="selector-title">The Bin</h1>
|
||||
<button class="selector-continue">Let's Build!<img src="../icons/arrow.svg"></button>
|
||||
<button class="selector-continue">Continue<img src="../icons/arrow.svg"></button>
|
||||
</div>
|
||||
<div class="selector-main"></div>
|
||||
<span class="selector-number"></span>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue