BARRAUX Arthur
2 years ago
commit
6872d12c56
4 changed files with 15 additions and 0 deletions
Binary file not shown.
@ -0,0 +1,13 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
<script src="script.js"></script> |
|||
<title>Document</title> |
|||
</head> |
|||
<body> |
|||
Hello world ! |
|||
</body> |
|||
</html> |
@ -0,0 +1,2 @@ |
|||
console.log('hello') |
|||
const database = require('bdd.db') |
Loading…
Reference in new issue