Move static files to static
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
a4e41426b7
commit
f320242eac
4 changed files with 9 additions and 11 deletions
|
@ -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>
|
|
1
js/docker-names.min.js
vendored
1
js/docker-names.min.js
vendored
File diff suppressed because one or more lines are too long
9
static/docker-name.html
Normal file
9
static/docker-name.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue