summary refs log tree commit diff
path: root/dist
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-28 06:18:44 +0200
committerRory& <root@rory.gay>2025-05-28 06:18:44 +0200
commit0801158d7da95c1af8fe7f93b605508b7fecbc0f (patch)
treebbe86e543af02246ba9e7fbe027af2ebf10bf84d /dist
parentInit package.json (diff)
downloadnodejs-final-assignment-0801158d7da95c1af8fe7f93b605508b7fecbc0f.tar.xz
Add basic dependencies
Diffstat (limited to 'dist')
-rw-r--r--dist/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/dist/index.html b/dist/index.html
new file mode 100644

index 0000000..ffd8c85 --- /dev/null +++ b/dist/index.html
@@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width"> + <title>TEMPLATE</title> +</head> + +<body> + <script src="main.js"></script> +</body> + +</html> \ No newline at end of file