|
@@ -15,11 +15,13 @@
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
|
<link href="https://fonts.loli.net/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700
|
|
|
&family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
|
-<link rel="stylesheet" href="../css/style.css">
|
|
|
-<!-- <link rel="stylesheet" href="/css/style.css"> -->
|
|
|
+ <link rel="stylesheet" href="../css/style.css">
|
|
|
+ <!-- <link rel="stylesheet" href="/css/style.css"> -->
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
+ <a class="btn btn-info" href="/" style="text-shadow: rgb(85, 85, 85) 3px 2px 4px;"><span
|
|
|
+ class="glyphicon glyphicon-home" aria-hidden="true"></span> 返回</a>
|
|
|
<div>
|
|
|
<div>明文:</div>
|
|
|
<textarea rows="10" cols="64" name="message" id="msg_source" class="text_source"></textarea>
|