aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/macros.fmark6
-rw-r--r--examples/test.css3
2 files changed, 1 insertions, 8 deletions
diff --git a/examples/macros.fmark b/examples/macros.fmark
index fe69b1b..6868b15 100644
--- a/examples/macros.fmark
+++ b/examples/macros.fmark
@@ -1,4 +1,4 @@
-<div><script type="text/javascript">
+<script type="text/javascript">
function loadCSS(filename){
var file = document.createElement("link");
@@ -8,13 +8,9 @@
document.head.appendChild(file);
}
- loadCSS("file:///home/yannherklotz/Github/FMark/examples/test.css");
</script>
-<p>sdassdd</p>
-</div>
-
{% macro input(text)
<form action="/html/tags/html_form_tag_action.cfm" method="post">
diff --git a/examples/test.css b/examples/test.css
deleted file mode 100644
index 9cc4e60..0000000
--- a/examples/test.css
+++ /dev/null
@@ -1,3 +0,0 @@
-body {
- color: #ff0000;
-} \ No newline at end of file