-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 735 Bytes
/
index.html
File metadata and controls
27 lines (25 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="format-detection" content="telephone=no"/>
<title>Exafolio</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap-theme.min.css">
<!-- link rel="stylesheet" href="styles.css" -->
</head>
<body>
<div id="root">
<h1 style="text-align: center;">App is loading...</h1>
</div>
<script>
var exafolioConfig = {
moodleName: 'localhost',
moodleUrl: 'http://localhost/moodle30'
};
</script>
<script src="/static/bundle.js"></script>
</body>
</html>