aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-03-23 03:55:34 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-03-23 03:55:34 +0000
commit2568ddc17a614c7ef3d06d7bb189c53eadd63e31 (patch)
tree9635420d9b89bfad530e781f463e36b3d234ca6c /examples
parente415a39dc0e77743db382a90bfde73d6e6b400dd (diff)
downloadFMark-2568ddc17a614c7ef3d06d7bb189c53eadd63e31.tar.gz
FMark-2568ddc17a614c7ef3d06d7bb189c53eadd63e31.zip
[examples] Removing style
Diffstat (limited to 'examples')
-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