-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (23 loc) · 844 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.blue-red.min.css">
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
<title>Olafvanv.io</title>
</head>
<body>
<a href="github-viewer">Gihub Viewer App (Angular 4)</a>
<br>
<a href="rickmortydb">Rick and Morty Database (VueJS)</a>
<br>
<a href="yahtzee-vue">Yahtzee Game (VueJS)</a>
<br>
<a href="space-invaders">Space Invaders Game (Phaser 3)</a>
<br>
<a href="readux">Readux: Redux Book Collector (Angular (NgRx))</a>
</body>
</html>