Created static webpages and minimal ASP.net server to run it.
This commit is contained in:
19
wwwroot/portofolio.html
Normal file
19
wwwroot/portofolio.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>douwco.be</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<script src="script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="box2">
|
||||
<h1>Menu:</h1>
|
||||
<div class="entry">
|
||||
<p class="bulletpoint">\> </p>
|
||||
<a class="menu_option" href="index.html">Home</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user