File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <web-app xmlns =" http://xmlns.jcp.org/xml/ns/javaee"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
5+ version =" 4.0" >
6+ </web-app >
Original file line number Diff line number Diff line change 1+ header {
2+ background : none repeat scroll 0 0 # A6C9E2 ;
3+ color : # 2E6E9E ;
4+ font-size : 20px ;
5+ padding : 5px 20px ;
6+ }
7+
8+ footer {
9+ background : none repeat scroll 0 0 # A6C9E2 ;
10+ color : # 2E6E9E ;
11+ font-size : 20px ;
12+ padding : 5px 20px ;
13+ margin : 20px 0 ;
14+ }
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < link rel ="stylesheet " href ="css/style.css ">
6+ < title > Практика Java. Разработка Web приложения.</ title >
7+ </ head >
8+ < body >
9+ < header > Приложение вебинара < a href ="http://javawebinar.ru/basejava/ " target ="_blank "> Практика Java. Разработка Web
10+ приложения."</ a > </ header >
11+ < h1 > Практика Java. Разработка Web приложения.</ h1 >
12+ < footer > Приложение вебинара < a href ="http://javawebinar.ru/basejava/ " target ="_blank "> Практика Java. Разработка Web
13+ приложения."</ a > </ footer >
14+
15+ </ body >
16+ </ html >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < title > Title</ title >
6+ </ head >
7+ < body >
8+ Test222
9+ </ body >
10+ </ html >
You can’t perform that action at this time.
0 commit comments