first commit

This commit is contained in:
2020-05-20 15:48:29 +02:00
commit cf7a95d818
66 changed files with 3552 additions and 0 deletions
@@ -0,0 +1,10 @@
<!doctype html>
<html lang="en">
<head>
<title>Timber not active</title>
</head>
<body>
<p>Timber not activated</p>
</body>
</html>
+5
View File
@@ -0,0 +1,5 @@
jQuery( document ).ready( function( $ ) {
// Your JavaScript goes here
});