mirror of
https://codeberg.org/setop/elm-markitup.git
synced 2025-10-07 23:39:57 +00:00
23 lines
387 B
HTML
23 lines
387 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Markitup Custom Element Demo</title>
|
|
<style>
|
|
%%%
|
|
cat css/markitup-skin-simple.css
|
|
cat css/mdset.css
|
|
%%%
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="elm"></div>
|
|
<script type="text/javascript">
|
|
%%%
|
|
cat out.js
|
|
%%%
|
|
</script>
|
|
</body>
|
|
</html>
|