mirror of
https://github.com/kxgx/2.13-Ink-screen-clock.git
synced 2026-03-26 08:59:44 +08:00
26 lines
997 B
HTML
26 lines
997 B
HTML
<!-- update_font_names.html -->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>更新字体文件名</title>
|
|
</head>
|
|
<body>
|
|
<h1>更新字体文件名</h1>
|
|
<form method="post" action="/save_font_names">
|
|
<label for="font01">字体文件名 01:</label>
|
|
<input type="text" id="font01" name="font01"><br>
|
|
<label for="font02">字体文件名 02:</label>
|
|
<input type="text" id="font02" name="font02"><br>
|
|
<label for="font03">字体文件名 03:</label>
|
|
<input type="text" id="font03" name="font03"><br>
|
|
<label for="font04">字体文件名 04:</label>
|
|
<input type="text" id="font04" name="font04"><br>
|
|
<label for="font05">字体文件名 05:</label>
|
|
<input type="text" id="font05" name="font05"><br>
|
|
<label for="font06">字体文件名 06:</label>
|
|
<input type="text" id="font06" name="font06"><br>
|
|
<input type="submit" value="保存">
|
|
</form>
|
|
</body>
|
|
</html> |