init
This commit is contained in:
12
app/admin/view/download/content.html
Executable file
12
app/admin/view/download/content.html
Executable file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<base target='_blank'>
|
||||
<title>下载内容</title>
|
||||
</head>
|
||||
<body>
|
||||
<div><?php echo $download['content'];?></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user