1
mirror of https://github.com/jakejarvis/my-first-website.git synced 2025-09-18 13:35:31 -04:00

Remove dangerous scripts and external links

This commit is contained in:
2019-10-25 11:34:21 -04:00
parent f408fb96e2
commit 7596eff35f
97 changed files with 2346 additions and 2194 deletions

View File

@@ -1,14 +1,14 @@
<html>
<head>
<LINK REL=stylesheet HREF="style.css" TYPE="text/css">
<title>Guestbook</title>
</head>
<body bgcolor="Cornsilk">
<h1><center>Guestbook</h1><Br><hr><br>
<!-- \/ GuestGEAR Code by http://htmlgear.com \/ -->
<a href="http://htmlgear.lycos.com/specs/guest.html"><img border=0 ismap src="http://htmlgear.lycos.com/img/guest/gb_blueridge.gif"></a><br>
<a href="http://htmlgear.lycos.com/guest/control.guest?u=jjarvis10&i=1&a=view"><font face="arial,helv,helvetica,sans serif" size=-1>View My Guestbook</font></a><br>
<a href="http://htmlgear.lycos.com/guest/control.guest?u=jjarvis10&i=1&a=sign"><font face="arial,helv,helvetica,sans serif" size=-1>Sign My Guestbook</font></a><br>
<!-- /\ End GuestGEAR Code /\ -->
</body>
<html>
<head>
<LINK REL=stylesheet HREF="style.css" TYPE="text/css">
<title>Guestbook</title>
</head>
<body bgcolor="Cornsilk">
<h1><center>Guestbook</h1><Br><hr><br>
<!-- \/ GuestGEAR Code by http://htmlgear.com \/ -->
<a href="#"><img border=0 ismap src="gb_blueridge.gif"></a><br>
<a href="#"><font face="arial,helv,helvetica,sans serif" size=-1>View My Guestbook</font></a><br>
<a href="#"><font face="arial,helv,helvetica,sans serif" size=-1>Sign My Guestbook</font></a><br>
<!-- /\ End GuestGEAR Code /\ -->
</body>
</html>