summaryrefslogtreecommitdiff
path: root/@linaria/website/index.html
diff options
context:
space:
mode:
Diffstat (limited to '@linaria/website/index.html')
-rw-r--r--@linaria/website/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/@linaria/website/index.html b/@linaria/website/index.html
new file mode 100644
index 0000000..36117e4
--- /dev/null
+++ b/@linaria/website/index.html
@@ -0,0 +1,19 @@
+<!doctype html>
+<html lang="en">
+
+<head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+
+ <title>Linaria – zero-runtime CSS in JS library</title>
+
+ <link rel="stylesheet" type="text/css" href="/dist/styles.css">
+</head>
+
+<body>
+ <div id="root"></div>
+
+ <script src="/dist/app.bundle.js"></script>
+</body>
+
+</html>