Move static files to static

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2022-03-21 21:35:45 -05:00
parent a4e41426b7
commit f320242eac
Signed by: millironx
GPG key ID: 139C07724802BC5D
4 changed files with 9 additions and 11 deletions

View file

@ -1,10 +0,0 @@
<!DOCTYPE html>
<body>
<code id="dname"></code>
<script src="/js/docker-names.min.js"></script>
<script>
namediv = document.getElementById('dname');
namediv.innerHTML = generateNameWithDate()
</script>
</body>

File diff suppressed because one or more lines are too long

View file

9
static/docker-name.html Normal file

File diff suppressed because one or more lines are too long