Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit e6091e3

Browse files
Clarify starting point of default.htm.
1 parent ebe0d61 commit e6091e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

amd/default.htm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55
<meta charset="utf-8" />
66
<title>TypeScript HTML App</title>
77
<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+
-->
813
<script data-main="app" type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.1/require.min.js"></script>
14+
915
</head>
1016
<body>
1117
<h1>TypeScript HTML App</h1>

0 commit comments

Comments
 (0)