Merge changes and delete prism from HTML
This commit is contained in:
commit
2f308c4cd6
2 changed files with 0 additions and 4 deletions
|
@ -5,7 +5,6 @@
|
|||
<link rel="icon" href="/assets/askiiart.gif" type="image/icon">
|
||||
<title>Lorem ipsum</title>
|
||||
<link href="/style.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/prism.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body class="line-numbers">
|
||||
<h1 id="lorem-ipsum">Lorem ipsum</h1>
|
||||
|
@ -19,7 +18,6 @@
|
|||
<li>Aenean commodo ligula eget dolor.</li>
|
||||
<li>Aenean massa.</li>
|
||||
</ul>
|
||||
<script src="/prism.js"></script>
|
||||
</body>
|
||||
<footer>
|
||||
<p>Created by askiiart. Main site <a href="https://askiiart.net">here</a>, source code <a href="https://github.com/askiiart/this-site-runs-on-a-textbook">here</a>.</p>
|
||||
|
|
|
@ -5,11 +5,9 @@
|
|||
<link rel="icon" href="/assets/askiiart.gif" type="image/icon">
|
||||
<title>$title$</title>
|
||||
<link href="/style.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/prism.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body class="line-numbers">
|
||||
$body$
|
||||
<script src="/prism.js"></script>
|
||||
</body>
|
||||
<footer>
|
||||
<p>Created by askiiart. Main site <a href="https://askiiart.net">here</a>, source code <a href="https://github.com/askiiart/this-site-runs-on-a-textbook">here</a>.</p>
|
||||
|
|
Loading…
Reference in a new issue