diff options
| author | Yuval Adam <_@yuv.al> | 2018-06-09 12:58:38 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-06-09 12:58:38 +0300 |
| commit | b366f20c3bc0f96565647fada14c55c37b57a568 (patch) | |
| tree | 028145a547bd4390930d6bc24ab21c2969f344cf /index.html | |
Initial vue project
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..00df836 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width,initial-scale=1.0"> + <title>cidr.xyz</title> + </head> + <body> + <div id="app"></div> + <!-- built files will be auto injected --> + </body> +</html> |
