mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-13 02:52:15 +00:00
coffee -> js
This commit is contained in:
@@ -1 +0,0 @@
|
||||
console.log 'foobar'
|
||||
@@ -1,7 +1,7 @@
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
title Gulp template
|
||||
title Koodiklinikka.fi
|
||||
link(rel='stylesheet', href='css/style.css')
|
||||
body
|
||||
h1 Hello world!
|
||||
|
||||
1
src/js/main.js
Normal file
1
src/js/main.js
Normal file
@@ -0,0 +1 @@
|
||||
console.log('foobar');
|
||||
Reference in New Issue
Block a user