Add files via upload

This commit is contained in:
PelissierCombescure
2023-03-03 10:56:59 +01:00
committed by GitHub
parent ee4078570e
commit 937eba3a16
16 changed files with 54877 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<!doctype HTML>
<html>
<head>
<meta charset="utf-8">
<title>Hello world!</title>
</head>
<body>
<h1>Hello world!</h1>
<div>
<input id="username" type="text" placeholder="Nom d'utilisateur">
<button id="button">Envoyer</button>
</div>
<script src="/main.js"></script>
</body>
</html>