Imported Upstream version 1.1.14
BIN
artwork/AppIcon.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
artwork/AppIcon@2x.png
Normal file
After Width: | Height: | Size: 74 KiB |
BIN
artwork/AppIcon@3x.png
Normal file
After Width: | Height: | Size: 144 KiB |
BIN
artwork/AppIcon_29x29.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
artwork/AppIcon_40x40.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
artwork/AppIcon_58x58.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
artwork/AppIcon_80x80.png
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
artwork/AppIcon_87x87.png
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
artwork/AppIcon_iPad@2x.png
Normal file
After Width: | Height: | Size: 108 KiB |
BIN
artwork/AppIcon_iPadPro@2x.png
Normal file
After Width: | Height: | Size: 126 KiB |
BIN
artwork/ZeroTierIcon-WithBorder.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
artwork/ZeroTierIcon.icns
Normal file
BIN
artwork/ZeroTierIcon.ico
Normal file
After Width: | Height: | Size: 361 KiB |
BIN
artwork/ZeroTierIcon.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
artwork/ZeroTierIcon512x512.png
Normal file
After Width: | Height: | Size: 50 KiB |
37
artwork/logo.html
Normal file
|
@ -0,0 +1,37 @@
|
|||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
html,body {
|
||||
background: #aaaaaa;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: "Helvetica";
|
||||
font-weight: bold;
|
||||
font-size: 12pt;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
div.icon {
|
||||
background: #ffb354;
|
||||
color: #000000;
|
||||
font-size: 150pt;
|
||||
border-radius: 2.5rem;
|
||||
display: inline-block;
|
||||
width: 1.3em;
|
||||
height: 1.3em;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
line-height: 1.4em;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<br><br><br><br><br><br>
|
||||
<!-- Yes, our logo is a Unicode character. It sort of just turned out that way. -->
|
||||
<center>
|
||||
<div class="icon">⏁</div>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|