]> git.sommitrealweird.co.uk Git - cssbattle.git/blob - base.js
Rename from .txt to .js, as they're all JavaScript
[cssbattle.git] / base.js
1 function run(code) {
2     template = `<style>
3 & {
4   background: white;`
5       return template;
6 }