Update manage_albums.php
Browse files- manage_albums.php +1 -0
manage_albums.php
CHANGED
@@ -141,6 +141,7 @@ if (isset($_SESSION['password']) && $_SESSION['password'] === $correctPassword)
|
|
141 |
<html>
|
142 |
<head>
|
143 |
<title>图片上传</title>
|
|
|
144 |
<!-- 引入image-compression库 -->
|
145 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/browser-image-compression/2.0.2/browser-image-compression.min.js"></script>
|
146 |
<!-- 其他头部信息 -->
|
|
|
141 |
<html>
|
142 |
<head>
|
143 |
<title>图片上传</title>
|
144 |
+
<link rel="stylesheet" type="text/css" href="/styles.css">
|
145 |
<!-- 引入image-compression库 -->
|
146 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/browser-image-compression/2.0.2/browser-image-compression.min.js"></script>
|
147 |
<!-- 其他头部信息 -->
|