overflow-webapp/src/index.html

16 lines
388 B
HTML
Raw Normal View History

2018-01-25 17:03:29 +09:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OverflowWebapp</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
2018-01-25 17:03:36 +09:00
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
2018-01-25 17:03:29 +09:00
</head>
<body>
<of-root></of-root>
</body>
</html>