jsdk-offical
Version:
JSDK is the most comprehensive TypeScript framework, like JDK.
26 lines (22 loc) • 701 B
HTML
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<script>alert('html loaded')</script>
<script src="a.js" async="async"></script>
<script src="b.js"></script>
<script src="c.js"></script>
<link href="white.css" rel="stylesheet" type="text/css" />
<style>
button{
background-color: black;
}
</style>
</head>
<body>
<br>
<mybutton onclick="clickMe(this)">This is BUTTON</mybutton>
</body>
</html>