react-tiny-components-prese.../dist/index.html
2015-09-29 22:04:16 -04:00

14 lines
458 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Presentation</title>
<script src="/presentation.js" async defer></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/default.min.css" />
<link rel="stylesheet" href="/style.css" />
<link href='https://fonts.googleapis.com/css?family=Arimo:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="app"></div>
</body>
</html>