-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnickname.html
More file actions
23 lines (19 loc) · 912 Bytes
/
nickname.html
File metadata and controls
23 lines (19 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html><head>
<link rel="stylesheet" href="nickcss.css">
</head><body>
<h2>★개조된 녜힁 제조기★</h2>
<div id="main_outer">
<div id="main">
<div id="main_inner">
<p class="spanName" id="demo">닉네임 나오는 곳</p>
<script type="text/javascript" src="nick.js">
</script>
<button type="button" onclick="document.getElementById('demo').innerHTML = nyehuing(2)"><span>Click Me!</span></button>
<button type="button" onclick="document.getElementById('demo').innerHTML = nyehuing(3)"><span>세글자</span></button>
<button type="button" onclick="document.getElementById('demo').innerHTML = nyehuing(6)"><span>더욱 긴 녜힁</span></button>
<br>
</div></div></div>
임시 <span class="spanName"></span> 사용자 검색:
<button type="button" id="btnSearch"><span><b class="spanName" style="color:grey"></b>을 쓰는 사람</span></button>
</body></html>