18 lines
535 B
HTML
18 lines
535 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="icon" href="Dangrain.ico" type="image/x-icon">
|
|
<title>The entire shrek movie</title>
|
|
</head>
|
|
<style>
|
|
body {
|
|
background-color: #fff3b0; /* yellowish */
|
|
}
|
|
</style>
|
|
<body>
|
|
|
|
<iframe width="1080" height="720" src="https://oscillating-relocat.000webhostapp.com/" frameborder="0" allowfullscreen></iframe>
|
|
<h1>This is just so I can keep my github comit history active, while I work on a bigger project</h1>
|
|
<a href="Redditlikedownloader.HTML">Download It here!</a>
|
|
</body>
|
|
</html>
|