mirror of
https://github.com/mgerb/react-starter
synced 2026-01-09 00:22:49 +00:00
14 lines
299 B
HTML
14 lines
299 B
HTML
<html>
|
|
|
|
<head>
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:100" rel="stylesheet">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
|
<meta http-equiv="expires" content="0">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
|
|
</html>
|