SMUGDATE
This commit is contained in:
parent
dcfe103212
commit
c194573daf
3 changed files with 27 additions and 1 deletions
26
SMUG.html
Normal file
26
SMUG.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset = "utf-8" />
|
||||
|
||||
<title>
|
||||
Ping! Pong!
|
||||
</title>
|
||||
|
||||
<!-- add icon link -->
|
||||
<link rel = "icon" href = "assets/obo-icon.png"
|
||||
type = "image/x-icon">
|
||||
<style>
|
||||
body {
|
||||
background-image: url('assets/smug.gif');
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
</style></head>
|
||||
<body>
|
||||
<center>
|
||||
<p>IT BEGINS.</p>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
BIN
assets/smug.gif
Normal file
BIN
assets/smug.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 952 KiB |
|
@ -29,7 +29,7 @@
|
|||
</center>
|
||||
<p style="text-align:center">NO MORE TIME LEFT, MOVE MOVE MOVE MOVE. NO TIME TO STOP.</p>
|
||||
<br>
|
||||
<p styel="text-align:right">Smug smug msug smugh</p>
|
||||
<a href="SMUG.html">SMUG SMUG SMUG</a>
|
||||
<br></br>
|
||||
<br></br>
|
||||
<br></br>
|
||||
|
|
Loading…
Reference in a new issue