38 lines
773 B
HTML
38 lines
773 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>avg convo</title>
|
|
<link href="text_analysis.css" rel="stylesheet">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<style id="style-heonian" disabled>
|
|
.convo-heonian {
|
|
display: block;
|
|
}
|
|
|
|
.convo-roman {
|
|
display: none;
|
|
}
|
|
</style>
|
|
<style id="style-roman">
|
|
.convo-heonian {
|
|
display: none;
|
|
}
|
|
|
|
.convo-roman {
|
|
display: block;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>
|
|
<style>
|
|
#font-button {
|
|
display: none;
|
|
}
|
|
</style>
|
|
</noscript>
|
|
<p class="button" id="font-button">toggle font</p>
|
|
<main> |