forked from PVcoders/useless-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (33 loc) · 1.19 KB
/
index.html
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
<!DOCTYPE html>
<head>
<title>Yuh</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script src="index.js"></script>
</head>
<body>
<h1>Hi there! Hi there! Hi th</h1> <!--wart-->
<button onclick="No()">This is a (click for free roubx)</button>
<p id="o1"></p>
<h2>suggestions</h2>
<div class="suggestion">
<h3>add puppy pictures</h3>
<h4>suggested by <a href="https://chickenonaraft.com/" onmouseover="click()" class="redacted">unknown</a></h4>
</div>
<br>
<img src="dog.png"></img>
<img src="dog.png"></img>
<br />
<img src="dog.png"></img>
<img src="dog.png"></img>
<p>source: me</p>
<a href="fortnite.html" id="fortnite">CLICK HERE FOR FREE VBUCKS!!!</a>
<br>
<div class="suggestion">
<h3>add a deer</h3>
<h4>suggested by the alligator in my backyard</h4>
</div>
<button onclick="venison()" id="deer" class="exclude-button"><img src="Dear.jpg" width="650px" height="478px"></img></button>
</div>
</body>