-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvisuals.html
More file actions
38 lines (37 loc) · 1.71 KB
/
visuals.html
File metadata and controls
38 lines (37 loc) · 1.71 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
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, intitial-scale=1">
<title>espcowdog - visuals</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles.css">
<div align=left>
<a href="http://espcowdog.com" target="_self">
<img class="homebutton" src="home.png" ></a>
</div>
<div class="title"><pre style="color:white; font-family:courier; text-shadow: 5px 5px blue;"><script src="randomtitle.js"></script></pre>
</div></head>
<div class="topnav"><nav style = "font-family:courier; color:white";><h1>
<a href="https://espcowdog.com/audio" target="_self">audio</a>
<a href="https://espcowdog.com/visuals" style="color:blue" target="_self">visuals</a>
<a href="https://espcowdog.com/talkto" target="_self">letter</a>
<a href="https://espcowdog.com/links" target="_self">links</a>
</h1></nav></div>
<!-- mobile -->
<div class="mobilenav" style="padding-left:3vh;">><nav style = "font-family:courier; color:white";><h1>
<a href="https://espcowdog.com/audio" target="_self">audio</a>
<a href="https://espcowdog.com/visuals" style="color:blue" target="_self">visuals</a>
<a href="https://espcowdog.com/talkto" target="_self">letter</a>
<a href="https://espcowdog.com/links" target="_self">links</a><br>
<a href="http://espcowdog.com" target="_self">
<img class="mobilebutton" src="home.png" style=""></a>
</h1></nav></div>
<body>
<div align=center>
<li><img src="human.png" style="padding-top:40px; padding-bottom:40px; height:300px"></li>
<li><img src="fear of traffic.png" style="padding-top:40px; padding-bottom:40px; height:300px"></li>
<li><img src="sadfish.png" style="padding-top:40px; padding-bottom:40px; height:200px"></li>
<span></span>
</div>
</body>
</html>