Added charset

Added charset formatted the code a bit nicer.
This commit is contained in:
deepend-tildeclub 2020-11-27 01:19:04 -07:00 committed by GitHub
parent f70534bb53
commit 99b61a6083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 34 deletions

View File

@ -1,35 +1,39 @@
<html> <html lang="en">
<head><title>My tilde.club page</title> <head>
<link rel="stylesheet" href="https://tilde.club/style.css"> <title>My tilde.club page</title>
</head> <meta charset="UTF-8">
<body> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://tilde.club/style.css">
<h1>~~~this is my tilde.club page~~~~</h1> </head>
<body>
<p>Just log in with your secure internet shell to change this file! </p> <h1>~~~this is my tilde.club page~~~~</h1>
<p>Just log in with your secure internet shell to change this file! </p>
<p>You may want to read: <a href="https://tilde.club/~anthonydpaul/primer.html">How to ~tilde; a n00b's primer</a> for help.</p> <p>You may want to read: <a href="https://tilde.club/~anthonydpaul/primer.html">How to ~tilde; a n00b's primer</a> for help.</p>
<br> <br>
<!-- Begin Tilde.Club Ring Fragment--> <!-- Begin Tilde.Club Ring Fragment-->
<center> <center>
<font size="2"> <font size="2">
</font></p><center><font size="2"> </font></p>
<center> <center>
<br><img src="http://tilde.club/~harper/webring.png" border="0" usemap="#notepad.map"><br> <font size="2">
</center> <center>
<br> <br><img src="http://tilde.club/~harper/webring.png" border="0" usemap="#notepad.map"><br>
Click for the [ </center>
<a href="http://tilde.club/~harper/link.html?action=random" target="_top">Random page</a> ] <br>
<br> Click for the [
Want to join the ring? Click here for <a href="http://tilde.club/~harper/link.html?action=random" target="_top">Random page</a> ]
<a href="http://tilde.club/~harper/link.html?action=info" target="_top">info</a>. <br>
<br></font></center> Want to join the ring? Click here for
<map name="notepad.map"> <a href="http://tilde.club/~harper/link.html?action=info" target="_top">info</a>.
<area shape="rect" coords="0, 0, 60, 70" target="_top" href="http://tilde.club/~harper/link.html?action=join"> <br>
<area shape="rect" coords="130, 0, 417, 75" target="_top" href="http://tilde.club/~harper/link.html?action=random"> </font>
<area shape="rect" coords="465, 0, 549, 75" target="_top" href="http://tilde.club/~harper/link.html?action=join"> </center>
</map> <map name="notepad.map">
</center> <area shape="rect" coords="0, 0, 60, 70" target="_top" href="http://tilde.club/~harper/link.html?action=join">
<!-- End Webring Fragment--> <area shape="rect" coords="130, 0, 417, 75" target="_top" href="http://tilde.club/~harper/link.html?action=random">
</body> <area shape="rect" coords="465, 0, 549, 75" target="_top" href="http://tilde.club/~harper/link.html?action=join">
</map>
</center>
<!-- End Webring Fragment-->
</body>
</html> </html>