]> git.sommitrealweird.co.uk Git - cssbattle.git/blobdiff - base.js
Rename from .txt to .js, as they're all JavaScript
[cssbattle.git] / base.js
diff --git a/base.js b/base.js
new file mode 100644 (file)
index 0000000..2521000
--- /dev/null
+++ b/base.js
@@ -0,0 +1,6 @@
+function run(code) {
+    template = `<style>
+& {
+  background: white;`
+      return template;
+}
\ No newline at end of file