Initial commit
This commit is contained in:
32
gen/head.html
Normal file
32
gen/head.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang='en'>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta name='viewport' content='width=device-width'>
|
||||
<meta name='description' content='Trans Healthcare Survey Research Website'>
|
||||
<link rel='stylesheet' href='style.css'>
|
||||
<script src="https://code.jquery.com/jquery-3.7.1.slim.min.js" integrity="sha256-kmHvs0B+OpCW5GVHUNjv9rOmY0IvSIRcf7zGUDTDQM8=" crossorigin="anonymous"></script>
|
||||
<script src="script.js"></script>
|
||||
<link rel='icon' href='logo.webp'>
|
||||
<title>HRTimelinesTITLE</title>
|
||||
</head>
|
||||
<body>
|
||||
<script>0</script>
|
||||
<main>
|
||||
<header>
|
||||
<div>
|
||||
<a href='https://hrtimelines.com'><img src='logo.webp' alt='logo' width='50rem' height='50rem'></a>
|
||||
<h1><a href='https://hrtimelines.com'>HRTimelines</a></h1>
|
||||
</div>
|
||||
<div id='nav'>
|
||||
<img id='hamburger' src='hamburger.svg' alt='nav' width='30rem' height='30rem'>
|
||||
<nav>
|
||||
<a href='https://hrtimelines.com'>Home</a>
|
||||
<a href='https://hrtimelines.com/about'>About</a>
|
||||
<a href='https://hrtimelines.com/future'>Future Plans</a>
|
||||
<a href='https://hrtimelines.com/contact'>Contact</a>
|
||||
<a href='https://hrtimelines.com/form'>Form</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
<section>
|
||||
Reference in New Issue
Block a user