Add syntax highlighting

This commit is contained in:
askiiart 2023-08-27 18:05:38 -05:00
parent 597f868969
commit faab3a6143
No known key found for this signature in database
GPG key ID: 85505F3A2264FA01
11 changed files with 58 additions and 0 deletions

View file

@ -5,6 +5,7 @@
<link rel="icon" href="/assets/askiiart.gif" type="image/icon">
<title>My Stack</title>
<link href="/style.css" type="text/css" rel="stylesheet" />
<link href="/prism.css" rel="stylesheet" />
</head>
<body>
<h1 id="my-stack">My Stack</h1>
@ -51,6 +52,7 @@
<li><a href="https://git.askiiart.net/askiiart/askiiart-net">All
in a git repo</a></li>
</ul>
<script src="/prism.js"></script>
</body>
<footer>
<p>To view this page in markdown, replace the <code>.html</code> in the URL with <code>.md</code>. If this is the root page (askiiart.net), get the markdown version of it at <a href="/index.md">index.md</a>. Source code <a href="https://github.com/askiiart/askiiart.github.io">here</a> and <a href="https://git.askiiart.net/askiiart/askiiart-net">here</a>.</p>