Original Theme
BIN
common/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
common/apple-touch-icon-120x120.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
common/apple-touch-icon-152x152.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
common/apple-touch-icon-180x180.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
common/banner.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
common/favicon-16x16.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
common/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
common/favicon-96x96.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
common/favicon.ico
Normal file
After Width: | Height: | Size: 1.1 KiB |
14
common/inc-header.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<title>Ubooquity</title>
|
||||
<meta name="mobile-web-app-capable" content="yes"/>
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="{{rootPath}}/theme/common/apple-touch-icon-120x120.png"/>
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="{{rootPath}}/theme/common/apple-touch-icon-152x152.png"/>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{rootPath}}/theme/common/apple-touch-icon-180x180.png"/>
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{rootPath}}/theme/common/favicon-16x16.png"/>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{rootPath}}/theme/common/favicon-32x32.png"/>
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="{{rootPath}}/theme/common/favicon-96x96.png"/>
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="{{rootPath}}/theme/common/android-chrome-192x192.png"/>
|
||||
<meta name="msapplication-TileColor" content="#2b5797"/>
|
||||
<meta name="msapplication-TileImage" content="{{rootPath}}/common/theme/mstile-144x144.png"/>
|
||||
<script type="text/javascript" src="{{rootPath}}/scripts/tools.js"></script>
|
||||
<script type="text/javascript" src="{{rootPath}}/theme/common/themeScript.js"></script>
|
BIN
common/mstile-144x144.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
1
common/themeScript.js
Normal file
@@ -0,0 +1 @@
|
||||
// Put any javascript needed by your theme here
|