-
Notifications
You must be signed in to change notification settings - Fork 0
/
javaReferenciak.html
33 lines (33 loc) · 1.19 KB
/
javaReferenciak.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
<!DOCTYPE html>
<html>
<!-- Load font awesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="indexszuro.css">
<link rel="stylesheet" href="index.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="indexszuro.js"></script>
<script src="index.js"></script>
<div class="topnav" id="myTopnav" style="overflow-x:auto;" >
<a class="active" href="index.html">Home</a>
<a href="javaReferenciak.html">Java referenciak</a>
<a href="coverLetter.html">Cover letter</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<br>
<a href = "references/javabean.jar">
JavaBean exercise
</a><br><br>
<a href = "references/warrantyWithProperties.war">
Warranty web application
</a><br>
<p>The <b>Warranty web application</b> programm has to be set up before you start it. You find the application.properties file inside src/main/resources folder.</p>
<img src="images/java2.jpg" class="responsive">
</body>
</html>