Add RDFa for club members

This commit is contained in:
Spencer Killen 2026-07-13 13:49:41 -06:00
parent 0b375cdfe9
commit 57f4ebb231

View file

@ -1,8 +1,7 @@
<!DOCTYPE html>
<html>
<html lang="en-ca" vocab="https://schema.org/" resource="LibreInternetClub" typeof="Organization">
<head>
<meta charset="utf-8" />
<html lang="en-ca" />
<title>Libre Internet Club</title>
<link rel="stylesheet" href="style.css" />
<script type="module" src="editor.js" defer></script>
@ -47,15 +46,15 @@
<h2>
Members
</h2>
<ul>
<li><a href="https://sjkillen.ca">Spencer</a></li>
<li>Mimi</li>
<li>PT118's Site (Outdated, as of 2024) <a href="https://periodictable118.wixsite.com/mycv"> PT118 </a> </li>
<li>You! (Add yourself here using the site editor below!</li>
<ul rel="member">4
<li typeof="Person" about="https://sjkillen.ca"><a href="https://sjkillen.ca">Spencer</a></li>
<li about="Mimi" typeof="Person"><span property="name">Mimi</span></li>
<li typeof="Person" >PT118's Site (Outdated, as of 2024) <a href="https://periodictable118.wixsite.com/mycv"> PT118 </a> </li>
<li typeof="Person" >You! (Add yourself here using the site editor below!</li>
</ul>
<div class="infoblock">
<h2>Edit Site!</h2>
<p>username: <input id="editorusername" disabled type="text" value="libreinternet" /></p>
<p>username: <input id="editorusername" disabled type="tehrefxt" value="libreinternet" /></p>
<p>password: <input id="editorpassword" type="text" /></p>
<select id="editormethod">
<option value="GET">GET</option>
@ -97,4 +96,4 @@
<button onclick="tictactoe.reload()">Reload</button>
<button onclick="tictactoe.reset()">Reset</button>
</body>
</html>
</html>