Initial commit
This commit is contained in:
15
index.html
Normal file
15
index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<header>
|
||||
<title>demo-requirejs</title>
|
||||
<!--
|
||||
Placing the requirejs script load here will block rendering it can also be placed at the end of the
|
||||
body with the 'async' attribute
|
||||
-->
|
||||
<script data-main="scripts/main" src="scripts/requirejs.js"></script>
|
||||
</header>
|
||||
<body>
|
||||
<h1>RequireJS Frontend DEMO</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user