saicore/resources/widgets/template.wgt/index.html

13 lines
277 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>My First Widget</title>
</head>
<body>
My First Widget !
</body>
</html>