adding gres

This commit is contained in:
John
2019-08-13 21:06:11 +08:00
parent 162df6b250
commit 9ae537cafc
13 changed files with 118 additions and 32 deletions

View File

@ -0,0 +1,4 @@
* {
font-size: 32px;
text-align: center;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -0,0 +1,9 @@
<html>
<head>
<link rel="stylesheet" href="/css/style.css" type="text/css" />
</head>
<body>
<div><img src="image/logo.png"></div>
This is the index from gres.
</body>
</html>

File diff suppressed because one or more lines are too long