mirror of
https://codeberg.org/setop/elm-markitup.git
synced 2025-10-10 23:49:59 +00:00
chore: build standalone page
This commit is contained in:
22
miu-demo.qq.html
Normal file
22
miu-demo.qq.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!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>
|
Reference in New Issue
Block a user