Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions web/WEB-INF/web.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
version="4.0">
</web-app>
14 changes: 14 additions & 0 deletions web/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
header {
background: none repeat scroll 0 0 #A6C9E2;
color: #2E6E9E;
font-size: 20px;
padding: 5px 20px;
}

footer {
background: none repeat scroll 0 0 #A6C9E2;
color: #2E6E9E;
font-size: 20px;
padding: 5px 20px;
margin: 20px 0;
}
18 changes: 18 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css">
<title>Course JavaSE + Web</title>
</head>
<body>
<header>School <a href="http://u-rise.com/" target="_blank">U-Rise</a></header>
<h1>Course JavaSE + Web</h1>
<footer>School <a href="http://u-rise.com/" target="_blank">U-Rise</a> </footer>
</body>
</html>





10 changes: 10 additions & 0 deletions web/test.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Title</title>
</head>
<body>
Test111
</body>
</html>