Stackedit/index.html

13 lines
474 B
HTML
Raw Normal View History

2017-07-23 18:42:08 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>my-project</title>
2017-07-25 18:20:52 +00:00
<link href="https://fonts.googleapis.com/css?family=Cabin|Lato:400,400i,900,900i|Libre+Franklin:400,400i,700,700i|Merriweather:400,400i,700,700i|Open+Sans:400,400i,700,700i|Roboto+Mono:400,400i,700,700i|Source+Code+Pro|Source+Sans+Pro:400,400i,700,700i" rel="stylesheet">
2017-07-23 18:42:08 +00:00
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>