mirror of
https://github.com/Raghu-Ch/es6play.git
synced 2026-02-10 04:43:02 -05:00
initial commit
This commit is contained in:
19
index.html
Normal file
19
index.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Drones</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script src="node_modules/traceur/bin/traceur.js"></script>
|
||||
<script src="node_modules/es6-module-loader/dist/es6-module-loader-dev.js"></script>
|
||||
<script>
|
||||
System.import('src/app.js');
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user