This repository has been archived on 2024-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
experience-cloud-landing-page/index.html

18 lines
384 B
HTML
Raw Permalink Normal View History

2022-06-15 16:13:39 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Demo</title>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<div id="root"></div>
<script src="common.js"></script>
<script src="index.js"></script>
</body>
</html>