Browse Source

premier commit

master
BARRAUX Arthur 2 years ago
commit
6872d12c56
  1. BIN
      bdd.db
  2. 13
      index.html
  3. 0
      index.php
  4. 2
      script.js

BIN
bdd.db

Binary file not shown.

13
index.html

@ -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
index.php

2
script.js

@ -0,0 +1,2 @@
console.log('hello')
const database = require('bdd.db')
Loading…
Cancel
Save