Import Ruty
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user