zakscode/src/index.html

17 lines
478 B
HTML
Raw Normal View History

2019-04-11 16:10:24 -04:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
2019-04-11 18:23:36 -04:00
<title>Zaks Code</title>
2019-04-11 16:10:24 -04:00
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
2019-04-11 18:23:36 -04:00
<link rel="icon" type="image/png" href="assets/logo.png">
2019-04-11 19:28:14 -04:00
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
2019-04-11 16:10:24 -04:00
</head>
<body>
<app-root></app-root>
</body>
</html>