Add name-generation model
This commit is contained in:
parent
901b555a06
commit
71f71f2575
2 changed files with 11 additions and 0 deletions
10
docker-name.html
Normal file
10
docker-name.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!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
Normal file
1
js/docker-names.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue