-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactions.html
39 lines (25 loc) · 1.02 KB
/
actions.html
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
35
36
37
38
39
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>Ödünç ver</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="http://w2ui.com/src/w2ui-1.4.2.min.css" />
<script src="resources/js/jquery-2.1.0.min.js"></script> <!-- Kendi import yaptığım -->
<script src="resources/js/w2ui-1.4.2.js"></script> <!-- Kendi import yaptığım -->
</head>
<body>
<center>
<h2>Ödünç verme sayfası</h2>
<a href="AdminPanel.html">Anasayfaya dön</a>
<p><label>AD SOYAD :</label>
<input id="mysearch" type="search" placeholder="search" /></p>
<a href="bookList.html">Ödünc ver</a>
</center>
</body>
</html>