17 lines
522 B
Markdown
17 lines
522 B
Markdown
---
|
|
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> |