commit f980219f9ce24ff1ac42651b185e0bdf0f53b5ed Author: root Date: Sat Sep 29 19:55:14 2018 +0200 initial commit diff --git a/index.html b/index.html new file mode 100644 index 0000000..e86463a --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + + + + + + + + Hello, world! + + + + + \ No newline at end of file diff --git a/main.css b/main.css new file mode 100644 index 0000000..6a52f70 --- /dev/null +++ b/main.css @@ -0,0 +1,10 @@ +.img-banner { + width: 100%; +} +.navbar-brand { + font-family: 'Courier New', Courier, monospace; + font-size: 24px; +} +.navbar { + +} \ No newline at end of file