VisualEditor/demos/ve/demo.html.template
Ed Sanders 132bfc47bc Move verbose copyright message to AUTHORS.txt
Avoids having to update the date in every file every year,
which we stopped doing.

Change-Id: If11faaabf89f421ca4bd6ce1c84d089ec2930b5d
2023-12-02 09:59:42 +00:00

27 行
467 B
Plaintext

<!DOCTYPE html>
<html>
<!--
/*!
* VisualEditor standalone demo
*
* @copyright See AUTHORS.txt
*/
-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<title>VisualEditor Standalone Demo</title>
<!-- STYLES -->
</head>
<body>
<div class="ve-demo-logo"></div>
<div class="ve-demo-toolbar ve-demo-targetToolbar"></div>
<div class="ve-demo-editor"></div>
<!-- SCRIPTS -->
</body>
</html>