Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions bacon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<html>
<head>
<link rel="stylesheet" href="style.css">
<audio autoplay loop>
<source src="bgm.mp3" type="audio/mpeg">
</audio>
</head>
<body>
<div class="body">
<h1>Bacon</h1>
<h2>Definition</h2>
<p>What makes mornings worth waking up for</p>
<p>Delicious meat from pigs to eat with just about anything</p>
<h2>Usage</h2>
<ul>
<li>"Without bacon, life would be a mistake."</li>
<li>"Based on the definitions, turkey bacon is an oxymoron; it is just like saying sweet dark chocolate."</li>
</ul>
<p>
<a href="index.html"><img src="back.gif" height="50px"></img></a>
<a href="https://en.wiktionary.org/wiki/floccinaucinihilipilification"><img src="web.gif" height="50px"></img></a>
</p>
<a class="counter" href="http://www.reliablecounter.com" target="_blank"><img src="http://www.reliablecounter.com/count.php?page=siue-caos.github.io2&digit=style/plain/1/&reloads=0" alt="" title="" border="0"></a><br /><a href="http://" target="_blank" style="font-family: Geneva, Arial; font-size: 9px; color: #330010; text-decoration: none;"></a>
</div>
</body>
</html>
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<h1>Learn the definitions of some useful words!</h1>
Click on a word to learn more about it!
<ul>
<li>Antidisestablishmentarianism</a>
<li><a>Antidisestablishmentarianism</a></li>
<li><a href="bacon.html">Bacon</a></li>
<li><a href="floccinaucinihilipilification.html">Floccinaucinihilipilification</a></li>
<li><a href="llan.html">Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch</a></li>
</ul>
Expand Down