Page MenuHomec4science

index.html
No OneTemporary

File Metadata

Created
Sat, Dec 14, 06:07

index.html

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Aurelia</title>
<!--The FontAwesome version is locked at 4.6.3 in the package.json file to keep this from breaking.-->
<link rel="stylesheet" href="jspm_packages/npm/font-awesome@4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="styles/styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body aurelia-app>
<script src="jspm_packages/system.js"></script>
<script src="config.js"></script>
<!--script src="jspm_packages/npm/bluebird@3.4.1/js/browser/bluebird.min.js"></script-->
<script>
System.import('aurelia-bootstrapper');
</script>
</body>
</html>

Event Timeline