Skip to content

Commit

Permalink
trying out html5 import
Browse files Browse the repository at this point in the history
  • Loading branch information
nixnull committed Oct 14, 2023
1 parent 863715c commit d6b653b
Showing 1 changed file with 2 additions and 29 deletions.
31 changes: 2 additions & 29 deletions docs/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,12 @@
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home | Agora Nomic</title>
<link rel="icon" type="image/png" href="coat_of_arms.png"/>
<link rel="icon" type="image/png" href="/coat_of_arms.png"/>
<link rel="stylesheet" type="text/css" href="/style.css" media="screen" />
<body class="home">

<!--navstart-->
<div class="nvbr desktop">
<a class="home" href="index.html">Home</a>
<a class="join" href="join.html">Join</a>
<a class="play" href="play.html">How To Play</a>
<a class="rules" href="rules.html">Rules</a>
<a class="judgments" href="judgments.html">Judgments</a>
<a class="glossary" href="glossary.html">Glossary</a>
<a class="calendar" href="calendar.html">Calendar</a>
<a class="archives" href="archives.html">Archives</a>
</div>
<div class="nvbr mobile">
<div class="dropdown">
<center><button class="dropbtn">Menu</br></button></center>
<div class="dropdown-content">
<a class="home" href="index.html">Home</a>
<a class="join" href="join.html">Join</a>
<a class="play" href="play.html">How to Play</a>
<a class="rules" href="rules.html">Rules</a>
<a class="judgments" href="judgments.html">Judgments</a>
<a class="glossary" href="glossary.html">Glossary</a>
<a class="calendar" href="calendar.html">Calendar</a>
<a class="archives" href="archives.html">Archives</a>
</div>
</div>
</div>
<img class="coat-of-arms" src="coat_of_arms.png" align="right">

<div class="nvpad"></div>
<link rel="import" href="/navbar.html">
<!--navend-->

<div class="container">
Expand Down

0 comments on commit d6b653b

Please sign in to comment.