zakscode/src/index.html

15 lines
297 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 16:10:24 -04:00
</head>
<body>
<app-root></app-root>
</body>
</html>