-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpost1.html
47 lines (45 loc) · 2 KB
/
post1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Just another L^p space.">
<title>Another Lp Space</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="infobar">
<div class="infobar-inner">
<div class="infobar-header">
<a href="./index.html">Liam Packer</a>
<br>
<small>Just another <span class="math
inline"><em>L</em><sup><em>p</em></sup></span> space.</small>
</div>
<nav class="infobar-navigation" aria-label="Main Menu">
<ul>
<li><a href="./index.html">About Me</a></li>
<li><a href="./assets/cv.pdf">CV</a></li>
<li><a href="./research.html">Research</a></li>
<li><a href="./teaching.html">Teaching</a></li>
<li><a href="./misc.html">Misc...</a></li>
<!-- <li><a href="#posts">Posts</a></li> -->
<!-- <li><a href="#contact">Contact</a></li> -->
</ul>
</nav>
</div>
</header>
<main id="content" class="centered-container">
<h1>Just another Lp space.</h1>
<h1 id="test-post">test post</h1>
<p>post test</p>
<p>Aut iure excepturi reprehenderit reprehenderit ratione non quo. Reiciendis dolorem adipisci et maiores dolore autem est est. Enim et eos molestiae repudiandae voluptatem earum sequi eius. Qui reprehenderit harum et est nisi rerum qui tenetur. Beatae distinctio qui quasi modi repudiandae. Sunt beatae beatae saepe enim ut delectus.</p>
<h2 id="more-testing-here">More Testing here</h2>
</main>
<footer class="footer">
<div class="footer-block">
<p>© 2024 Liam Packer. Licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a>.</p>
</div>
</footer>
</body>
</html>