This repository has been archived on 2025-01-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
luowei_exam/www/list.html
2025-01-09 11:57:41 +08:00

11 lines
191 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>list</title>
</head>
<body>
<a href="display.html">display</a>
<a href="index.html">index</a>
</body>
</html>