blob: 901d8ffd4eed6a88816ab6133bd69d3065fe9572 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!doctype html>
<html lang="en">
<head>
<title>Riot + Parcel example</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Riot + Parcel example.">
<link ref="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.less">
<link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700" rel="stylesheet">
</head>
<body>
<site></site>
<script src="app.js"></script>
</body>
</html>
|