Started work on community DIY HRT Archive
This commit is contained in:
parent
de5268a41f
commit
084acabae1
4 changed files with 109 additions and 0 deletions
46
src/views/hrt.ejs
Normal file
46
src/views/hrt.ejs
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
<%# Canopy - The next generation of stoner streaming software
|
||||
Copyright (C) 2024-2025 Rainbownapkin and the TTN Community
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as
|
||||
published by the Free Software Foundation, either version 3 of the
|
||||
License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU Affero General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>. %>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<%- include('partial/styles', {instance, user}); %>
|
||||
<%- include('partial/csrfToken', {csrfToken}); %>
|
||||
<link rel="stylesheet" type="text/css" href="css/about.css">
|
||||
<title><%= instance %> - DIY HRT Archive</title>
|
||||
</head>
|
||||
<body>
|
||||
<%- include('partial/navbar', {user}); %>
|
||||
<div id="about-div">
|
||||
<h1>Bowie's DIY HRT Archive</h1>
|
||||
<div class="dynamic-container" id="about-text">
|
||||
This page is an attempt at putting together everything I know about DIY HRT.
|
||||
|
||||
So far I have used Homebrew Sublingual Oil from Open Gate Labs with great results, and have received a small batch of raw estradoil from Dragon Ordnance.
|
||||
|
||||
I am currently in the process of figuring out brewing my own sublingual oil.
|
||||
|
||||
</a href="/hrt.zip">This zip file contains everything I know.</a>
|
||||
|
||||
This page is not intended to be a replacement for professional medical advice, merely an attempt at harm reduction for my friends.
|
||||
It should be used at most as a starting point for reasearch. Everyone's HRT experience, and really transition, are unique and individual journies.
|
||||
Take the time to do the best to make sure you're starting and continuing yours correctly.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<footer>
|
||||
<%- include('partial/scripts', {user}); %>
|
||||
</footer>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue