cherry-website/src/webgl-less.html
Cdm2883 76ce2492ab
Some checks failed
Build Demo / build (push) Failing after 10s
chore: optimize the project structure
2024-08-10 17:15:24 +08:00

19 lines
596 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--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>
<style></style>
</head>
<body>
<h1>抱歉,您的浏览器不支持 WebGL 2</h1>
<script></script>
</body>
</html>