dars/resources/views/welcome.blade.php

21 lines
375 B
PHP
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Teacher's Journal</title>
</head>
<body>
<header>
<ul>
<li>home</li>
<li>about</li>
<li>login</li>
<li>register</li>
</ul>
</header
<div>
Document the courses you've teached.
</div>
</body>
</html>