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>
<head><title>My tilde.club page</title>
<link rel="stylesheet" href="https://tilde.club/style.css">
</head>
<body>
<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>
<br>
<!-- Begin Tilde.Club Ring Fragment-->
<center>
<font size="2">
</font></p><center><font size="2">
<center>
<br><img src="http://tilde.club/~harper/webring.png" border="0" usemap="#notepad.map"><br>
</center>
<br>
Click for the [
<a href="http://tilde.club/~harper/link.html?action=random" target="_top">Random page</a> ]
<br>
Want to join the ring? Click here for
<a href="http://tilde.club/~harper/link.html?action=info" target="_top">info</a>.
<br></font></center>
<map name="notepad.map">
<area shape="rect" coords="0, 0, 60, 70" target="_top" href="http://tilde.club/~harper/link.html?action=join">
<area shape="rect" coords="130, 0, 417, 75" target="_top" href="http://tilde.club/~harper/link.html?action=random">
<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 lang="en">
<head>
<title>My tilde.club page</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://tilde.club/style.css">
</head>
<body>
<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>
<br>
<!-- Begin Tilde.Club Ring Fragment-->
<center>
<font size="2">
</font></p>
<center>
<font size="2">
<center>
<br><img src="http://tilde.club/~harper/webring.png" border="0" usemap="#notepad.map"><br>
</center>
<br>
Click for the [
<a href="http://tilde.club/~harper/link.html?action=random" target="_top">Random page</a> ]
<br>
Want to join the ring? Click here for
<a href="http://tilde.club/~harper/link.html?action=info" target="_top">info</a>.
<br>
</font>
</center>
<map name="notepad.map">
<area shape="rect" coords="0, 0, 60, 70" target="_top" href="http://tilde.club/~harper/link.html?action=join">
<area shape="rect" coords="130, 0, 417, 75" target="_top" href="http://tilde.club/~harper/link.html?action=random">
<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>