website/src/index.html

16 lines
399 B
HTML
Raw Normal View History

2018-06-24 21:11:31 -04:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Fhsons</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
2018-06-25 00:50:47 -04:00
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css">
2018-06-24 21:11:31 -04:00
</head>
<body>
<app-root></app-root>
</body>
</html>