mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-22 22:03:27 +08:00
15 lines
436 B
HTML
15 lines
436 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>每日一句</title>
|
|
<script src="/static/js/base64.js"></script>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<input id="base64" data="{{ variable.charset }}{{ variable.text }}" size="1000"
|
|
type="text" disabled="disabled" style="border: none ;font-size: 20px" />
|
|
</div>
|
|
</body>
|
|
</html>
|