diff options
Diffstat (limited to 'boilerplate/index.html')
| -rw-r--r-- | boilerplate/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/boilerplate/index.html b/boilerplate/index.html new file mode 100644 index 0000000..d5c6efb --- /dev/null +++ b/boilerplate/index.html @@ -0,0 +1,17 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <title>Electron boilerplate</title> + <link rel="stylesheet" href="index.css"> + </head> + <body> + <div class="container"> + <header> + <h1>Electron boilerplate</h1> + </header> + <section class="main"></section> + <footer></footer> + </div> + </body> +</html> |
