Delete main.html

wrong one
This commit is contained in:
ethanglide 2022-05-12 14:30:34 -04:00 committed by GitHub
parent a6cb6becfb
commit 21c2b94d2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,59 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="stylesheet.css">
<title>
lol.com revived
</title>
<link rel="shortcut icon" type="image/x-icon" href="thedeer.ico">
</head>
<body>
<!--- <h1 style="text-align: center; color: azure;">I want to tell you something about my Balls</h1> -->
<h1 style="text-align: center; color: azure;">Awsom Title</h1>
<!-- main content -->
<p>Test Paragraph, <span class="highlight awesome">highlight awesome test</span></p>
<p>
<img src="https://i.kym-cdn.com/photos/images/newsfeed/001/900/797/685.png" alt="perfection" class="rfloat" style="height: 300px; width: 300px;">
This image saved my life. Before this all I knew was: eat, sleep, shit, wipe :( <br> now I know that there is so much more to life than wiping after I shit. I should be free to awaken and have my morning lumber dump without the worry of being odorly profiled outdoors because the stench coming from my crusty trousers and asscheeks. Now that I know my worth, I have been woking everyday to make sure that I never give into the libtards and excersize proper hygeine practices. Fuuuuck that shit >:D
</p>
<!-- class testing -->
<p class="awesome" style="clear: right;">Awesome?</p>
<img id="ass" src="https://cdn.mos.cms.futurecdn.net/6h8C6ygTdR2jyyUxkALwsc-1200-80.jpg" alt="ass" style="width: 50%; height: auto; display: block; margin: auto;" onclick="enlargeImg()">
<button id="buddin" onclick="thanks()">Click Me</button>
<p id="gratitude" style="display: none; padding-left: 10px;">Thanks :)</p>
<!--- <a href="ominous.mp3" target="_blank"><img src="lol.png" alt="lick ma ballllls" style="display: block; padding-top: 10px; padding-bottom: 10px; width: 100%; height: 150px;" onclick="document.getElementById('fard').play()"></a> --->
<img src="lol.png" alt="lick ma ballllls" style="display: block; padding-top: 10px; padding-bottom: 10px; width: 100%; height: 150px;" onclick="document.getElementById('fard').play()">
<audio src="ominous.mp3" id="fard"></audio>
<iframe width="560" height="315" class="lfloat" src="https://www.youtube.com/embed/aOWkVdU4NH0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>Video about a cat and a dude <br> They go on a picnic</p>
<form action="idk" style="display: inline;">
<label for="text">Type and watch this blow your mind: </label>
<input type="text" name="text" style="display: inline;" id="input" oninput="copy()">
<p id="copy" style="color: orange;"></p>
</form>
<div style="border-radius: 10px; background-color: plum; padding: 10px; width: max-content; clear: left; float: left;">
<p>This is plum. <br> Plums are very cool and nice to eat I think. I have never had a plum before</p>
<p>You like plums?</p>
<input type="radio" name="check" id="plumYes" />
<label style="color: azure;" for="yes">Yes</label>
<input type="radio" name="check" id="plumNo" />
<label style="color: azure;" for="no">No</label>
<button class="small" style="display: block;" onclick="judge()" >Submit</button>
<p id="judge">I am excited to see your answer.</p>
</div>
<br><br><br><br><br><br><br><br><br>
<p>Testing testing testing...</p>
<script src="scripts.js"></script>
</body>
</html>