diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-03-03 16:41:55 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-03-03 16:41:55 +0200 |
| commit | e6774fa740ea303073f77f3f7e50ce3e03e8de58 (patch) | |
| tree | ab04adc8d7ebbf4f3b1453f46ef7738e82457004 /src/index.html | |
Initial commit
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..901d8ff --- /dev/null +++ b/src/index.html @@ -0,0 +1,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> |
