-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject3.html
More file actions
51 lines (51 loc) · 1.64 KB
/
Copy pathproject3.html
File metadata and controls
51 lines (51 loc) · 1.64 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
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet" type="text/css">
<title>beer</title>
</head>
<div class="sidenav">
<a href="index.html">main</a>
<a href="https://t.me/p7796">Contact</a>
<div class="dropdown">
<button class="dropbtn">pr1</button>
<div class="dropdown-content">
<a href="project1.html">watch</a>
<a href="#">use</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">pr2</button>
<div class="dropdown-content">
<a href="project2.html">watch</a>
<a href="#">use</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">pr3</button>
<div class="dropdown-content">
<a href="project3.html">watch</a>
<a href="#">use</a>
</div>
</div>
</div>
<header>
<h1>p6tsonline</h1>
<img src="aaa.png" width="45" height="45">
</header>
<body>
<h1>bear bla bla bla</h1>
<p>i wont show it here, so only github<br>
<a href="https://github.com/p6tso/bear">dont touch please..</a></p>
<p><a id="btt">try it online?!</a><br></p>
<hr noshade size="2" color="green">
</body>
<footer>
<a id="pppp" href="https://t.me/p7796">p6tso ©</a>
<IMG SRC="me.png" width="15" height="15">
</footer>
</html>