Eliminate generated files
This commit is contained in:
parent
4a3038363d
commit
676f0cee76
19 changed files with 61 additions and 1805 deletions
19
snapshot-src/templates/index.ejs
Normal file
19
snapshot-src/templates/index.ejs
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue