-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtrivia.html
83 lines (67 loc) · 2.92 KB
/
trivia.html
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<HTML>
<HEAD>
<BASE HREF="http://classics.mit.edu/trivia.html">
<!--The Internet Classics Archive by Daniel C. Stevenson, Web Atomics. World Wide Web presentation is copyright (C)
1994-2009, Daniel C. Stevenson, Web Atomics. All rights reserved under international and pan-American copyright conventions,
including the right of reproduction in whole or in part in any form. Direct permission requests to
[email protected]. Translation of "The Deeds of the Divine Augustus" by Augustus is copyright (C) Thomas Bushnell,
BSG.-->
<LINK REV="made" HREF="mailto:[email protected]">
<LINK REV="owns" HREF="mailto:[email protected]">
<STYLE TYPE="text/css">
<!--
A:link {text-decoration:none}
A:visited {text-decoration:none}
A:active {text-decoration:none}
-->
</STYLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- begin hiding
function openPopup() {
JSreferer=window.location.href;
popupWindow=window.open('/cgi-bin/popup.cgi','popupWindow','toolbar=no,directories=no,status=yes,menubar=no,scrollbars=auto,resizable=yes,width=320,height=180');
popupWindow.opener=self;
popupWindow.opener.name='opener';
}
// end hiding -->
</SCRIPT>
<META NAME="description" CONTENT="Current trivia question, part of the Internet Classics Archive">
<META NAME="keywords" CONTENT="classical, literature, classics, ancient, civilization, books, great books, philosophy,
history, Greek, Latin, Roman, Persian, Chinese, Greece, Rome, commentary, pictures, bookstore, CD-ROM, trivia">
<TITLE>The Internet Classics Archive | Current Trivia Question</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFCC" LINK="990033" VLINK="990033" TEXT="000000">
<DIV ALIGN="CENTER"><FONT SIZE="+1" COLOR="990033"><B>Current Trivia Question</B></FONT></DIV>
<BR><FORM METHOD="GET" ACTION="/trivia.html"
onSubmit="alert('Thank you for your answer. Winner(s) will be notified via email.'); window.close();">
<B>Of the three accusers of Socrates, name the only prominent one in Athens, and in what business or trade did he acquire
his wealth?</B>
<BR><BR>
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="4" CELLPADDING="0">
<TR VALIGN="MIDDLE">
<TD ALIGN="RIGHT" NOWRAP>Your answer:</TD>
<TD ALIGN="LEFT" NOWRAP><INPUT TYPE="text" NAME="answer" SIZE="22"></TD>
</TR>
<TR VALIGN="MIDDLE">
<TD ALIGN="RIGHT" NOWRAP>Your name:</TD>
<TD ALIGN="LEFT"><INPUT TYPE="text" NAME="name" SIZE="22"></TD>
</TR>
<TR VALIGN="MIDDLE">
<TD ALIGN="RIGHT" NOWRAP>Your e-mail:</TD>
<TD ALIGN="LEFT"><INPUT TYPE="text" NAME="email" SIZE="22"></TD>
</TR>
<TR VALIGN="MIDDLE">
<TD ALIGN="CENTER" COLSPAN="2"><BR><INPUT TYPE="submit" VALUE=" Answer "></TD>
</TR>
</TABLE>
<INPUT TYPE="hidden" NAME="thisQuestionID" VALUE="8">
<INPUT TYPE="hidden" NAME="lastQuestionID" VALUE="7">
<INPUT TYPE="hidden" NAME="message" VALUE="answer">
<SCRIPT LANGUAGE="JavaScript">
<!-- begin hiding
document.write("<" + "INPUT TYPE=\"hidden\" NAME=\"JavaScript\" VALUE=\"1\"" + ">");
// -->
</SCRIPT>
</FORM>
</BODY>
</HTML>