Add page.html
This commit is contained in:
parent
a33b112024
commit
15a10307fc
1 changed files with 46 additions and 0 deletions
46
page.html
Normal file
46
page.html
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>!!!</title>
|
||||
<!-- The style.css file allows you to change the look of your web pages.
|
||||
If you include the next line in all your web pages, they will all share the same look.
|
||||
This makes it easier to make new pages for your site. -->
|
||||
<link href="scrollcentral.css" rel="stylesheet" type="text/css" media="all">
|
||||
<style>
|
||||
|
||||
|
||||
#quoteDisplay {
|
||||
|
||||
text-align: center;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class=main-box>
|
||||
|
||||
<a href="/home.html">home</a><br>
|
||||
<h2></h2>
|
||||
<p>random quotes i like, some written by me :)</p> <small>quotes written by me have an * at the end!</small><br><br>
|
||||
|
||||
<button onClick="newQuote()">quote?</button><br><br>
|
||||
<div id="quoteDisplay"> </div>
|
||||
<script src="/quotegenerator.js"></script>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
||||
Loading…
Reference in a new issue