mirror of
https://github.com/smartykit/apple1.git
synced 2025-01-27 18:31:12 +00:00
41 lines
2.0 KiB
PHP
41 lines
2.0 KiB
PHP
<!DOCTYPE html>
|
|
<!--
|
|
-->
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta charset="utf-8">
|
|
<style>
|
|
@font-face{
|
|
font-family: "jgs5";
|
|
src: url("font/jgs5.ttf");
|
|
}
|
|
pre {
|
|
font-family: "jgs5";
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>200x240</p>
|
|
<pre style="font-size: 10px; line-height: 10px;"><?php include "smarty_kit_logo.txt" ?></pre>
|
|
<pre style="background-color: black; color: white; font-size: 10px; line-height: 10px"><?php include "smarty_kit_logo.txt" ?></pre>
|
|
<p>400x480</p>
|
|
<pre style="font-size:20px; line-height: 20px;"><?php include "smarty_kit_logo.txt" ?></pre>
|
|
<pre style="background-color: black; color: white; font-size:20px; line-height: 20px;"><?php include "smarty_kit_logo.txt" ?></pre>
|
|
<p>200x240 (alternate version)</p>
|
|
<pre style="font-size: 10px; line-height: 10px;"><?php include "smarty_kit_logo_alternate.txt" ?></pre>
|
|
<pre style="background-color: black; color: white; font-size: 10px; line-height: 10px"><?php include "smarty_kit_logo_alternate.txt" ?></pre>
|
|
<p>400x480 (alternate version)</p>
|
|
<pre style="font-size:20px; line-height: 20px;"><?php include "smarty_kit_logo_alternate.txt" ?></pre>
|
|
<pre style="background-color: black; color: white; font-size:20px; line-height: 20px;"><?php include "smarty_kit_logo_alternate.txt" ?></pre>
|
|
<p>200x90 (text only)</p>
|
|
<pre style="font-size: 10px; line-height: 10px;"><?php include "smarty_kit_logo_text.txt" ?></pre>
|
|
<pre style="background-color: black; color: white; font-size: 10px; line-height: 10px"><?php include "smarty_kit_logo_text.txt" ?></pre>
|
|
<p>400x180 (text only)</p>
|
|
<pre style="font-size:20px; line-height: 20px;"><?php include "smarty_kit_logo_text.txt" ?></pre>
|
|
<pre style="background-color: black; color: white; font-size:20px; line-height: 20px;"><?php include "smarty_kit_logo_text.txt" ?></pre>
|
|
</body>
|
|
</html>
|