From f564a454fe6999dc772ccfb599f76f926ddbf456 Mon Sep 17 00:00:00 2001 From: Tom Bloor Date: Sat, 24 Aug 2019 17:04:10 +0100 Subject: [PATCH] First commit! --- .gitignore | 3 +++ .idea/.gitignore | 2 ++ .idea/.name | 1 + .idea/jsLibraryMappings.xml | 6 ++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ Atlas Config Generator.iml | 9 +++++++++ img/.gitignore | 0 index.html | 33 +++++++++++++++++++++++++++++++++ js/main.js | 0 11 files changed, 74 insertions(+) create mode 100644 .gitignore create mode 100644 .idea/.gitignore create mode 100644 .idea/.name create mode 100644 .idea/jsLibraryMappings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 Atlas Config Generator.iml create mode 100644 img/.gitignore create mode 100644 index.html create mode 100644 js/main.js diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ef8f3b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Include your project-specific ignores in this file +# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files +# Useful .gitignore templates: https://github.com/github/gitignore diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..5c98b42 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,2 @@ +# Default ignored files +/workspace.xml \ No newline at end of file diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..a64c892 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +Atlas Config Generator \ No newline at end of file diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml new file mode 100644 index 0000000..3920ec5 --- /dev/null +++ b/.idea/jsLibraryMappings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..b236097 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Atlas Config Generator.iml b/Atlas Config Generator.iml new file mode 100644 index 0000000..b3f373a --- /dev/null +++ b/Atlas Config Generator.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/img/.gitignore b/img/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..294eda5 --- /dev/null +++ b/index.html @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + +

Hello world! This is HTML5 Boilerplate.

+ + + + + + + + diff --git a/js/main.js b/js/main.js new file mode 100644 index 0000000..e69de29