Eliminate generated files

This commit is contained in:
be5invis 2020-08-13 19:56:16 -07:00
parent 4a3038363d
commit 676f0cee76
19 changed files with 61 additions and 1805 deletions

View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="index.css"></link>
</head>
<body>
<h1>This page is used for taking snapshots of Iosevka only.</h1>
<%- include('./partial/previews.ejs'); -%>
<%- include('./partial/languages.ejs'); -%>
<%- include('./partial/weights.ejs'); -%>
<%- include('./partial/cv-sample.ejs'); -%>
<%- include('./partial/ss-sample.ejs'); -%>
<%- include('./partial/ligation.ejs'); -%>
<%- include('./partial/matrix.ejs'); -%>
<%- include('./partial/packaging-sampler.ejs'); -%>
<script src="index.js"></script>
</body>