Files
main-website/ruty/todo.php
T
2024-03-11 00:54:14 +01:00

18 lines
462 B
PHP

<html>
<head>
<title>Ruty - ToDo List</title>
<link rel="stylesheet" href="styles/styletodo.css">
<link rel="icon" href="img/logo.png">
</head>
<body>
<header id="header">
<img src="img/logo.png" alt="Logo Ruty" id="menu-trigger">
<h1 class="welcome">Ruty</h1>
</header>
<?php include 'menunav.php'; ?>
<script src="js/scripttodo.js"></script>
</body>
</html>