14 строки
450 B
HTML
14 строки
450 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src="../bower_components/vss-web-extension-sdk/lib/VSS.SDK.min.js"></script>
|
|
<script src="scripts/SayHello.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="widget">
|
|
<h2 class="title">Widget title</h2>
|
|
<div class="description">The widget description is used to describe the widget. It makes sense even when read outside of the widget context.</div>
|
|
<p>Place widget content here.</p>
|
|
</div>
|
|
</body>
|
|
</html> |