utools_plugin_impress_tools/html/hello.html
yangxy d241e00820 🎉 first(update): first upload files
首次提交文件
end of segment
2022-06-16 21:22:57 +08:00

19 lines
467 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 rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<script src="js/bootstrap.min.js"></script>
<title>test</title>
</head>
<body>
<div class="page-header">
<h1>Hello World!</h1>
</div>
</body>
</html>