This commit is contained in:
LSvekis
2021-06-22 15:25:16 -04:00
committed by GitHub
parent 6407530f0e
commit fccbf0930d
+14
View File
@@ -0,0 +1,14 @@
<!doctype html>
<html>
<head>
<title>Tester</title>
</head>
<body>
<script>
console.log("hello world");
</script>
</body>
</html>