initial commit
This commit is contained in:
commit
709f591ab4
43 changed files with 10863 additions and 0 deletions
17
contact.md
Normal file
17
contact.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
layout: minimal
|
||||
js: "/js/contact.js"
|
||||
css: "/css/contact.css"
|
||||
---
|
||||
|
||||
Just kidding, you can't contact me here.
|
||||
|
||||
But this little page shows you how you can write a minimalist page if you ever want to have some page without the header and all the other bulky stuff.
|
||||
|
||||
It's also an example of how you can easily add CSS or JavaScript files to a template.
|
||||
|
||||
<div id="contact-div">I should be coloured in red to show that the CSS works</div>
|
||||
|
||||
<button type="button" class="btn btn-default" id="contact-btn">
|
||||
Click me
|
||||
</button>
|
Loading…
Add table
Add a link
Reference in a new issue