mmm
This commit is contained in:
@@ -14,7 +14,16 @@
|
||||
<h1>Hello, world!</h1>
|
||||
|
||||
<p>Hello</p>
|
||||
<button type="button" class="btn btn-primary">버튼</button>
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-primary"
|
||||
data-bs-toggle="tooltip"
|
||||
data-bs-placement="top"
|
||||
title="Tooltip on top"
|
||||
>
|
||||
버튼
|
||||
</button>
|
||||
|
||||
<script src="../dist/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user