- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
import java.lang.*;
import java.io.*;
import java.util.*;
class Main {
public static void main (String[] args){
int year = Calendar.getInstance().get(Calendar.YEAR);
System.out.println("<!DOCTYPE html>" +
"<html lang=\"en\">" +
"<head>" +
"<title>Bootstrap Example</title>" +
"<link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\">" +
"<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js\"></script>" +
"<script src=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js\"></script>" +
// и так 500 строк
"</head>" +
"<body>" +
"<footer class=\"container-fluid\">" +
"<p>All right reserved " + String.valueOf(year) + " </p>" +
"</footer>" +
"</body>" +
"</html>"
);
}
}
cykablyad 04.04.2017 09:09 # +1
P.S. > konmado
konardo
defecate-plusplus 04.04.2017 09:42 # +4