diff options
author | Ashelyn Dawn <ashe@tempest.dev> | 2022-07-30 00:51:51 -0600 |
---|---|---|
committer | Ashelyn Dawn <ashe@tempest.dev> | 2022-07-30 00:51:51 -0600 |
commit | f00efa8760bfbad738030612fdb11ff731149c77 (patch) | |
tree | ac3b5c75e2c2a89c9ceecf63f2fb92d2cc78626a /posts/index.html | |
parent | 359150bd099a710c884791045607a5eb7bbe0cbd (diff) |
VRChat security update post
Diffstat (limited to 'posts/index.html')
-rw-r--r-- | posts/index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/posts/index.html b/posts/index.html new file mode 100644 index 0000000..76a11bf --- /dev/null +++ b/posts/index.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html> + <head> + <title>Posts</title> + <link rel="stylesheet" href="/resources/style.css"/> + <meta name="viewport" content="width=device-width, initial-scale=1"> + </head> + <body> + <nav> + <a href="/">Home</a> + <a href="/about.html">About</a> + <a href="/changelog.html">Changelog</a> + <a href="/posts/">Posts</a> + </nav> + <h1> + Posts + </h1> + + <h2>2022</h2> + <ul> + <li>July 29: <a href="/posts/07_29_2022-on-communities-and-trust.html">On Communities and Trust</a></li> + </ul> + </body> +</html> |