-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
23 lines (22 loc) · 1016 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="src/app.css">
<link rel="stylesheet" href="src/components/headlines/headlines.css">
<link rel="stylesheet" href="src/components/headline/headline.css">
<link rel="stylesheet" href="src/components/articleSummary/articleSummary.css">
</head>
<body>
<div id="app">
</div>
<script src="src/utils/guardianClient.js" type="text/javascript"></script>
<script src="src/utils/aylienClient.js" type="text/javascript"></script>
<script src="src/components/component.js" type="text/javascript"></script>
<script src="src/components/headline/headline.js" type="text/javascript"></script>
<script src="src/components/headlines/headlines.js" type="text/javascript"></script>
<script src="src/components/articleSummary/articleSummary.js" type="text/javascript"></script>
<script src="src/app.js" type="text/javascript"></script>
</body>
</html>