Add ssblit to version control. It's coming along too well to risk losing it.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3972 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-09-06 23:26:43 +00:00
parent 97b7643049
commit 3b676d967e
20 changed files with 16259 additions and 2 deletions

View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html style="color: #fff">
<head>
<title>Tilde Friends</title>
</head>
<body>
<h1>Tilde Friends</h1>
<tf-app/>
<script>window.litDisableBundleWarning = true;</script>
<script src="commonmark.min.js"></script>
<script src="script.js" type="module"></script>
</body>
</html>