Skip to content

Instantly share code, notes, and snippets.

@earlgreyxxx
Created April 13, 2024 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save earlgreyxxx/917ffd5dd13283a9167abe0140ece435 to your computer and use it in GitHub Desktop.
Save earlgreyxxx/917ffd5dd13283a9167abe0140ece435 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>サンプル</title>
<script type="module" src="/main.js"></script>
</head>
<body>
<div class="container my-3">
<h1>サンプル</h1>
<form class="form-inline">
<div class="my-4">
<!-- ここにHTMLエディター-->
<div id="editor"></div>
</div>
</form>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment