Стартовый пул
This commit is contained in:
65
ATSynEdit/test_syntax_files/html.htm
Normal file
65
ATSynEdit/test_syntax_files/html.htm
Normal file
@@ -0,0 +1,65 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
||||
<meta name="author" content="" />
|
||||
<meta name="keywords" content="Synwrite, Source, Code, Text, Editor, Notepad" />
|
||||
<meta name="description" content="SynWrite Free Source Code And Text Editor" />
|
||||
<meta name="robots" content="all" />
|
||||
<title>SynWrite - Home</title>
|
||||
<link rel="SHORTCUT ICON" href="favicon.ico">
|
||||
<style type="text/css" media="all">
|
||||
|
||||
BODY {
|
||||
background-color:#446bb3;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight:bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a img {border: none; }
|
||||
|
||||
table tbody tr td a {
|
||||
display: block;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.rounded {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 15px;
|
||||
margin: 0 auto 20px auto;
|
||||
background: #eeeeee;
|
||||
border-radius: 15px;
|
||||
-moz-border-radius: 15px;
|
||||
-webkit-border-radius: 15px;
|
||||
color: #eeeeee;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p> </p>
|
||||
|
||||
<table border="0" height="100" width="800" class="rounded">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="http://www.uvviewsoft.com/synwrite/"><img src="./logo.gif" width="48" height="48" alt="SynWrite homepage" /></a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="https://sourceforge.net/projects/synwrite/"><img src="./sf.png" width="48" height="48" alt="Sourceforge project" /></a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="http://synwrite.sourceforge.net/forums/"><img src="./forum.png" width="70" height="70" alt="Forums" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://www.uvviewsoft.com/synwrite/">SynWrite home</a></td>
|
||||
<td><a href="https://sourceforge.net/projects/synwrite/">SynWrite project at Sourceforge</a></td>
|
||||
<td><a href="http://synwrite.sourceforge.net/forums/">SynWrite support forums</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</body>
|
Reference in New Issue
Block a user