Update page.html

This commit is contained in:
agnes 2025-11-07 03:24:40 -05:00
parent 15a10307fc
commit 16d2edab94

View file

@ -21,10 +21,7 @@
</style> </style>
</head> </head>
<body> <body>
<div class=main-box>
<a href="/home.html">home</a><br>
<h2></h2> <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> <p>random quotes i like, some written by me :)</p> <small>quotes written by me have an * at the end!</small><br><br>
@ -32,9 +29,6 @@
<div id="quoteDisplay"> </div> <div id="quoteDisplay"> </div>
<script src="/quotegenerator.js"></script> <script src="/quotegenerator.js"></script>
</div>