We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe0d61 commit e6091e3Copy full SHA for e6091e3
1 file changed
amd/default.htm
@@ -5,7 +5,13 @@
5
<meta charset="utf-8" />
6
<title>TypeScript HTML App</title>
7
<link rel="stylesheet" href="app.css" type="text/css" />
8
+
9
+ <!--
10
+ require.js will use the value of the 'data-main' attribute in the following
11
+ script tag to load 'app.js' after require.js itself loads.
12
+ -->
13
<script data-main="app" type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.1/require.min.js"></script>
14
15
</head>
16
<body>
17
<h1>TypeScript HTML App</h1>
0 commit comments