mirror of
https://github.com/go-shiori/shiori.git
synced 2025-01-16 04:48:30 +08:00
4df7e1dd8e
* build less using lessc and bun * build * make styles-check * Added workflow to check updates * avoid embed less files * docs * updated tests to reflect changes * typo * fixed archive page css * call styles check on pull requests * comments in style.less * fix archive styles affecting other pages * minify using clean-css * Split archive.css and style.css * Updated docs
13 lines
327 B
HTML
13 lines
327 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link href="assets/css/style.css" rel="stylesheet">
|
|
<title>Shiori</title>
|
|
</head>
|
|
<body>
|
|
Not found
|
|
</body>
|
|
</html>
|