mirror of
https://github.com/mgerb/react-starter
synced 2026-01-09 00:22:49 +00:00
12 lines
159 B
HTML
12 lines
159 B
HTML
<html>
|
|
|
|
<head>
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:100" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
|
|
</html>
|