36 lines
1.1 KiB
HTML
36 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Penelope Gwen | Plog</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<link rel="stylesheet" href="/style/css/style.css">
|
|
<!-- <script src="/style/js/lastfm-nowplaying.js"></script>-->
|
|
</head>
|
|
<body>
|
|
<h1>Projects</h1>
|
|
<hr>
|
|
<div class="pagelayout">
|
|
<div class="pagecontent exclusive">
|
|
<div class="bubble">
|
|
<p>This is where I post evidence</p>
|
|
</div>
|
|
<div class="bubble">
|
|
<h2>Debian Sid on an iMac G3</h2>
|
|
<p>I haven't written this yet but it sure is mostly working!</p>
|
|
</div>
|
|
<div class="bubble">
|
|
<h2>ESP32-S3 USB Authentication Key</h2>
|
|
<p>A DIY FIDO2 key using an ESP32-S3 and a <a href="/vocab.html#top-and-bottom-cables">male-to-male</a> type-C coupler</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<hr>
|
|
<div id="footer">
|
|
<!--#include file="assets/views/footer.html" -->
|
|
</div>
|
|
<script src="/style/js/buttons.js"></script>
|
|
<script src="/style/js/listenbrainz-nowplaying.js"></script>
|
|
</body>
|
|
</html>
|