Cdm2883 23cff070e2
All checks were successful
Build Demo / build (push) Successful in 36s
feat: device performance optimization
2024-08-10 23:03:46 +08:00

25 lines
730 B
HTML

<!--suppress HtmlUnknownTarget -->
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<meta name="description" content="{{ config.site_description }}" />
<link rel="icon" href="{{ config.theme.favicon | url }}" />
<title>{{ config.site_name }}</title>
<link rel="stylesheet" href="assets/stylesheets/home.css"/>
</head>
<body>
<canvas id="three-viewport"></canvas>
<div id="pseudo-3d-layer"></div>
<div id="fullscreen-loading">
</div>
<script src="assets/javascripts/home.js"></script>
</body>
</html>