-
Notifications
You must be signed in to change notification settings - Fork 3
/
SynAC.txt
61 lines (60 loc) · 1.1 KB
/
SynAC.txt
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
!--
=<!-- | -->
!doct
=<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
= "http://www.w3.org/TR/REC-html40/loose.dtd">|
a
=<a href="http://?">|</a>
applet
=<applet code="|.class" width=100 height=100>
=<param name="?" value="?">
=<param name="?" value="?">
=</applet>
frame
=<frameset rows="100%" cols="30%,70%">
= <frame name="nav" src="http://?.html">
= <frame name="main" src="http://?.html">
=</frameset>|
head
=<head>
=<title>|</title>
=<meta name="generator" content="SynEdit">
=<meta name="author" content="?">
=<meta name="keywords" content="?">
=<meta name="description" content="?">
=</head>
img
=<img src="|?.gif" alt="?">
link
=<link rel='StyleSheet" href="|" type="text/css">
script
=<script language="JavaScript" type="text/javascript">
=<!--
=|
=//-->
=</script>
style
=<style type="text/css">
=<!--
=|
=//-->
=</style>
table
=<table align="left" border=0 cellspacing=0 cellpadding=0 width="100%">
=<tr align="left" valign="middle">
=<th>|</th>
=<th></th>
=<tr align="left" valign=middle">
=<td></td>
=<td></td>
=</table>
td
=<td>|</td>
th
=<th>|</th>
tr
=<tr>|</tr>
ul
=<ul>
=<li>|</li> ?
=</ul>