hawk86104 4a5286a367 1、修复了一些小的问题
2、增加了 "vite-plugin-glsl": "0.2.2" 版本,优化glsl 的展示
2024-03-07 10:30:18 +08:00

25 lines
507 B
HTML

<!--
* @Description:
* @Version: 1.668
* @Autor: 地虎降天龙
* @Date: 2024-03-07 09:46:12
* @LastEditors: 地虎降天龙
* @LastEditTime: 2024-03-07 10:02:16
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
<%= title %>
</title>
<link rel="shortcut icon" type="image/x-icon" href="./logo.png">
</head>
<body>
<div id="<%= mountElementId %>"></div>
</body>
</html>