You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
456 B
13 lines
456 B
<!doctype html>
|
|
<head>
|
|
<title>Notes</title>
|
|
<link rel="me" href="https://github.com/benatkin">
|
|
<link rel="micropub" href="https://notes.benatkin.com/micropub">
|
|
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
|
|
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
|
|
<link rel="stylesheet" href="/style.css">
|
|
<script type="module" src="/app.js"></script>
|
|
<body>
|
|
<pre id="notes"></pre>
|
|
</body>
|
|
</head>
|