momo的首次提交!
This commit is contained in:
19
templates/NoResources.html
Normal file
19
templates/NoResources.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>No Resources</title>
|
||||
<style>
|
||||
|
||||
h1{
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>
|
||||
No Resources We Can Show You
|
||||
</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user