Inital boilerplate.

This commit is contained in:
eworc778 2025-08-09 12:28:10 +01:00
parent 66c4c2266a
commit b3afee0ae4

13
src/index.php Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Eworc's place</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="index.js"></script>
</body>
</html>