-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex_template.html
28 lines (26 loc) · 999 Bytes
/
index_template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>ville Fluent Demo</title>
<style>
@font-face {
font-family: Providence;
src: url("resource/ville/wax/Providence.ttf");
}
</style>
<template id="tableSettingsRegular">
<svg fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M4.53 12.97a.75.75 0 0 0-1.06 1.06l4.5 4.5c.3.3.77.3 1.06 0l11-11a.75.75 0 0 0-1.06-1.06L8.5 16.94l-3.97-3.97Z" fill="currentColor"></path>
</svg>
</template>
</head>
<body>
<!-- This index.html can be customised by creating a boot/index.html (do not include Qooxdoo application script tags like
the one below because they will be added automatically)
-->
<script type="text/javascript" src="ville.wax/index.js"></script>
</body>
</html>