mirror of
https://github.com/jcreek/phldnhack.git
synced 2026-07-13 02:53:44 +00:00
12 lines
145 B
JavaScript
12 lines
145 B
JavaScript
$(document).ready(function(){
|
|
|
|
|
|
@@include('../build/plugins.js')
|
|
|
|
|
|
var ractive = new Ractive({
|
|
el:'body',
|
|
template:'#home'
|
|
});
|
|
});
|