Show sourcecode
The following files exists in this folder. Click to view.
webbserverprogrammering/exercises/mysqlintro/
garage/
index.html
inlogg/
kompisar/
kryptering/
index.html
23 lines ASCII Windows (CRLF)
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>MySQLintro</title>
<style type="text/css">
div{
margin: auto;
width: 350px;
}
</style>
</head>
<body>
</body>
<div>
<h1>MySQL intro</h1>
<a href="kompisar">Kompisar</a><br>
<a href="inlogg">Logga in</a><br>
<a href="garage">Bilregister</a><br>
<a href="kryptering">Kryptering</a><br>
<a href="../">Tillbaka</a><br>
</div>
</html>