11
0
Fork 0
mirror of https://github.com/ChaosChemnitz/interfug16 synced 2025-07-07 15:55:49 +02:00

first commit

This commit is contained in:
Felix Bytow 2016-05-08 22:08:14 +02:00
commit e0f91d6fd5
12 changed files with 204 additions and 0 deletions

8
views/index.pug Normal file
View file

@ -0,0 +1,8 @@
doctype html
html
head
meta(charset='utf-8')
meta(http-equiv='content-type', content='text/html; charset=utf-8')
title= title
script(src='assets/scripts/angular.min.js')
body(ng-app='interfug')