added old data
This commit is contained in:
19
proj1/index.html
Normal file
19
proj1/index.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="styleB.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="flex-container">
|
||||
<div id="a"><p>A</p></div>
|
||||
<div id="b"><p>B</p></div>
|
||||
<div id="c"><p>C</p></div>
|
||||
<div id="d"><p>D</p></div>
|
||||
<div id="e"><p>E</p></div>
|
||||
<div id="f"><p>F</p></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user