30 lines
714 B
HTML
30 lines
714 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<link href="../style.css" rel="stylesheet">
|
|
<meta name="description" content="Other articles that don't fit in any other knowledge books.">
|
|
<link rel="icon" type="image/png" href="../Book.png">
|
|
<title>Other articles</title>
|
|
</head>
|
|
|
|
<body>
|
|
<button onclick="history.back();">Back Out</button>
|
|
|
|
<h1>Other</h1>
|
|
|
|
<table>
|
|
<tr><th><a href="#1">AntiTrans Legislation Impacting the US</a></th></tr>
|
|
<tr><th><a href="#2">Thing 2</a></th></tr>
|
|
</table>
|
|
|
|
<hr/>
|
|
|
|
<h2 id="1">AntiTrans Legislation Impacting the US</h2>
|
|
<a href="2024-Anti-Trans-Legislation-Apr-2024.pdf">click me!</a>
|
|
|
|
<hr/>
|
|
|
|
<h2 id="2">Thing 2</h2>
|
|
|
|
</body>
|
|
</html>
|