diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..e69de29 diff --git a/assets/src/example.js b/assets/src/example.js new file mode 100644 index 0000000..deb9631 --- /dev/null +++ b/assets/src/example.js @@ -0,0 +1,7 @@ +var exampleLog = () => { + console.log('This is an example log message.'); +} + +var aFunctionCall = () => { + alert('You have clicked the primary button!'); +} \ No newline at end of file diff --git a/index.html b/index.html index ec27da2..5ea1fd1 100644 --- a/index.html +++ b/index.html @@ -4,13 +4,18 @@ My Web Page + -

Hello Bootstrap

+

Hello From Main Page

+ Go to Main Page + Go to Second Page +
- + + \ No newline at end of file diff --git a/secondSite.html b/secondSite.html new file mode 100644 index 0000000..55d8f93 --- /dev/null +++ b/secondSite.html @@ -0,0 +1,23 @@ + + + + My Web Page + + + + + +

Hello From Second Page

+ Go to Main Page + Go to Second Page +
+ + + + + + + + + + \ No newline at end of file