Add files via upload
This commit is contained in:
committed by
GitHub
parent
ee4078570e
commit
937eba3a16
@@ -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>
|
||||
Reference in New Issue
Block a user