-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
34 lines (31 loc) · 1.48 KB
/
menu.html
File metadata and controls
34 lines (31 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html>
<head>
<title>분식 레시피</title>
<meta charset = "utf-8">
<link rel="stylesheet" href="css/menu.css">
<script langage="javascript" src="js/menu.js"></script>
</head>
<body>
<input type="button" class=button_main onclick="go_main()">
<center>
<br>
<a href="menu.html">
<input type=button class="img-menu_title">
</a>
<br><br><br><br>
<input type="button" class="img-button img-button1" src="image/EjrqhRdl.png"
onclick="EjrqhRdl()" onmouseover="smallImg(this)" onmouseout="normalImg(this)">
<input type="button" class="img-button img-button2" src="image/tnseo.png"
onclick="tnseo()" onmouseover="smallImg(this)" onmouseout="normalImg(this)">
<input type="button" class="img-button img-button3" src="image/dhepd.png"
onclick="dhepd()" onmouseover="smallImg(this)" onmouseout="normalImg(this)">
<input type="button" class="img-button img-button4" src="image/xnlrla.png"
onclick="xnlrla()"onmouseover="smallImg(this)" onmouseout="normalImg(this)">
<br><br>
<a href="EjrqhRdl.html" target="_blank" class="text-menu text-menu1">떡볶이 만들기</a>
<a href="tnseo.html" target="_blank" class="text-menu text-menu2"> 순대 만들기</a>
<a href="dhepd.html" target="_blank" class="text-menu text-menu3"> 오뎅 만들기</a>
<a href="xnlrla.html" target="_blank" class="text-menu text-menu4"> 튀김 만들기</a>
</center>
</body>
</html>