Initial commit
This commit is contained in:
26
main.html
Normal file
26
main.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Home Overlay</title>
|
||||
<link rel="stylesheet" href="css/fontawesome/all.min.css">
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
<script type="text/javascript" src="js/bundle.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<header>
|
||||
<aside>
|
||||
<button class="btn">
|
||||
<i class="fas fa-cog"></i>
|
||||
</button>
|
||||
<button id="settings" class="btn">
|
||||
<i class="fas fa-cog"></i>
|
||||
</button>
|
||||
<span id="clock">00:00</span>
|
||||
</aside>
|
||||
</header>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user