Add RDFa for club members
This commit is contained in:
parent
0b375cdfe9
commit
57f4ebb231
1 changed files with 8 additions and 9 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue