17 lines
444 B
HTML
17 lines
444 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="refresh" content="0;url=demo/" />
|
|
<title>monaco-editor</title>
|
|
</head>
|
|
<body>
|
|
<!--
|
|
ELEMENT API DOCUMENTATION SUPPORT COMING SOON
|
|
Visit demo/index.html to see live examples of your element running.
|
|
This page will automatically redirect you there when run in the browser
|
|
with `polymer serve`.
|
|
-->
|
|
</body>
|
|
</html>
|