1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/frontend/index.ejs

16 lines
467 B
Plaintext
Raw Normal View History

2016-03-12 19:53:19 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
2016-03-13 01:11:19 +08:00
<base href="/" />
2016-03-12 19:53:19 +08:00
<meta charset="UTF-8">
<title>PiGallery2</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<body>
2016-03-12 21:57:22 +08:00
<pi-gallery2-app>Loading...</pi-gallery2-app>
2016-03-12 19:53:19 +08:00
</body>
<script>
var ServerInject = {user: <%- JSON.stringify(user)%>}
</script>
2016-03-28 03:21:47 +08:00
<script src="https://code.angularjs.org/2.0.0-beta.12/angular2-polyfills.js"></script>
2016-03-13 01:11:19 +08:00
<script src="dist/app-bundle.js"></script>
2016-03-12 19:53:19 +08:00
</html>