2020-04-25 06:10:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | Huh? Oh! Ow!< / title >
< link rel = "stylesheet" type = "text/css" href = "/style.css" / >
< meta name = "viewport" content = "width=device-width" / >
< meta charset = "utf-8" / >
< / head >
< body >
< main >
< header >
< h1 > Zk | Huh? Oh! Ow!< / h1 >
< / header >
< article class = "content" >
2020-04-25 06:30:08 +00:00
< p > < span class = "tag" > diary< / span > < span class = "tag" > livejournal< / span > < span class = "tag" > fossils< / span > < / p >
< div align = "center" > < form action = "http://www.kwiz.biz/showquiz.php?quizid=4235" method = "post" name = "quizform" target = "_new" >
2020-04-25 06:10:06 +00:00
< table bgcolor = "#90D599" border = "1" bordercolor = "#000000" cellpadding = "2" cellspacing = "0" >
< tr > < td align = "center" bgcolor = "086023" colspan = "2" > < a href = "http://www.kwiz.biz/showquiz.php?quizid=4235" style = "text-decoration: none;" target = "_new" > < font color = "ffffff" style = "color : ffffff; font-family : Arial, Helvetica, sans-serif;" > < b > What is your problem< / b > < / font > < / a > < / td > < / tr > < / table > < / form > < / div >
< tr > < td > < font style = "color : #000000; font-family : Arial, Helvetica, sans-serif;" > Name: < / font > < / td > < td bgcolor = "#DDF3D8" > < input maxlength = "64" name = "in0" size = "32" type = "text" value = "Matt" / > < / td > < / tr >
< tr > < td > < font style = "color : #000000; font-family : Arial, Helvetica, sans-serif;" > < b > Your problem:< / b > < / font > < / td > < td bgcolor = "#DDF3D8" > < font style = "color : #000000; font-family : Arial, Helvetica, sans-serif;" > < b > you are on fire< / b > < / font > < / td > < / tr >
< tr > < td > < font style = "color : #000000; font-family : Arial, Helvetica, sans-serif;" > < b > Number of times each day it is an issue:< / b > < / font > < / td > < td bgcolor = "#DDF3D8" > < font style = "color : #000000; font-family : Arial, Helvetica, sans-serif;" > < b > 25< / b > < / font > < / td > < / tr >
< tr > < td bgcolor = "black" > < font style = "color : White; font-family : Arial, Helvetica, sans-serif;" > < b > Will you ever resolve this problem?:< / b > < / font > < / td > < td bgcolor = "black" > < font style = "color : White; font-family : Arial, Helvetica, sans-serif;" > (8)< i > - < b > Most likely.< / b > < / i > - (8)< / font > < / td > < / tr >
< tr > < td align = "center" bgcolor = "#086023" colspan = "2" > < input name = "submit" type = "submit" value = "Try Your Answers!" / > < / td > < / tr >
< tr > < td align = "center" colspan = "2" > < font size = "-1" style = "color : #000000; font-family : Arial, Helvetica, sans-serif;" > < b > This < a href = "http://www.kwiz.biz/" > < font color = "black" style = "color : #000000;" > quiz< / font > < / a > by < a href = "http://www.kwiz.biz/userprofile.php?userid=1936" > < font color = "#000000" style = "color : #000000;" > Lightbulby< / font > < / a > - Taken 3220 Times.< img border = "0" height = "1" src = "http://images.kwiz.biz/kwizcount.gif" width = "1" / >
< / b > < / font > < / td > < / tr >
< p > < font style = "font-family : Arial, Helvetica, sans-serif; font-size: 9pt;" > New - Kwiz.Biz < a href = "http://astrology.kwiz.biz" style = "text-decoration: none;" > Astrology< / a > < /font< / p >
< / article >
< footer >
< p > Page generated on 2004-06-15 22:03:49< / p >
< / footer >
< / main >
2020-06-24 07:10:07 +00:00
< script type = "text/javascript" >
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `< a href = "/tags.html#${text}" > ${text}< / a > `;
});
< / script >
2020-04-25 06:10:06 +00:00
< / body >
< / html >