Skip to content

Commit

Permalink
Bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalganjjm committed Jun 28, 2024
1 parent f5e0074 commit 2ca5dcc
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/main/resources/static/html/com/app/sample/temp0101.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<style>
h1 {
margin: 0 0 16px 0;
padding-bottom: .3em;
font-size: 2em;
border-bottom: 1px solid var(--md-sys-color-outline-variant);
line-height: 1.25;
}
</style>
<article class="temp0101">
<div class="view-intro">
<h1>메시지</h1>
</div>

<h3>메시지(N.alert, N.notify)</h3>
<h1>메시지 처리(N.alert, N.notify)</h1>

<div class="mb10">
<button id="btnAlert">Message Dialog</button>&nbsp;&nbsp;
Expand Down

0 comments on commit 2ca5dcc

Please sign in to comment.