1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00
pigallery2/frontend/index.html

13 lines
390 B
HTML
Raw Normal View History

2016-03-12 12:53:19 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
2016-03-12 18:11:19 +01:00
<base href="/" />
2016-03-12 12:53:19 +01:00
<meta charset="UTF-8">
<title>PiGallery2</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<body>
2016-03-12 14:57:22 +01:00
<pi-gallery2-app>Loading...</pi-gallery2-app>
2016-03-12 12:53:19 +01:00
</body>
2016-03-27 21:21:47 +02:00
<script src="https://code.angularjs.org/2.0.0-beta.12/angular2-polyfills.js"></script>
2016-03-12 18:11:19 +01:00
<script src="dist/app-bundle.js"></script>
2016-03-12 12:53:19 +01:00
</html>