This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/doric-js/index.web.html

11 lines
167 B
HTML
Raw Normal View History

2021-11-08 13:53:46 +08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>这是一个HTML5的网页</title>
</head>
<body>
<p>Hello HTML5</p>
</body>
</html>