exam/example/index.html

19 lines
294 B
HTML
Raw Permalink Normal View History

2017-06-10 16:28:49 +03:00
<!DOCTYPE html>
<html>
<head>
<base href="">
<title>cart</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<my-app></my-app>
<script src="polyfills.js"></script>
<script src="app.js"></script>
</body>
</html>