Add syntax highlighting
This commit is contained in:
parent
597f868969
commit
faab3a6143
11 changed files with 58 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue