-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 1.17 KB
/
index.html
File metadata and controls
29 lines (28 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<title>Tutel</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div id="attrib">
<a href="https://giphy.com/"><img id="giphyLogo" src="src/Poweredby_100px-Black_VertText.png"></a>
<a href="https://github.com/adamscript/"><img id="githubLogo" src="https://raw.githubusercontent.com/awwwan/library/main/src/GitHub-Mark-32px.png"></a>
<a href="https://www.linkedin.com/in/adamscript/"><img id="linkedinLogo" src="https://raw.githubusercontent.com/awwwan/library/main/src/LI-In-Bug.png"></a>
</div>
<div id="tutleBtnFrame">
<div id="tutelBtnLabel">
<button id="soundOnBtn" onclick="playMusic()">volume_mute</button>
<button id="soundIcon" hidden>volume_up</button>
</div>
</div>
<div id="tutelFrame">
<div id="tutelLabel">
<img id="tutelImg">
<h1>Tutel</h1>
</div>
</div>
</body>
</html>
<script src="scripts.js"></script>