添加 index.html
This commit is contained in:
11
index.html
Normal file
11
index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!doctype html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<title>My test page</title>
|
||||
</head>
|
||||
<body>
|
||||
<img src="images/firefox-icon.png" alt="My test image" />
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user