index.html 552 字节
Newer Older
C
update  
cpongo2 已提交
1 2 3 4 5 6 7
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
C
update  
cpongo2 已提交
8
    <link rel="stylesheet" href="src/style.css">
C
update  
cpongo2 已提交
9 10
</head>
<body>
C
update  
cpongo2 已提交
11 12 13
    <div class="app">
        <img src="src/logo.svg" width="100px">
        <h1>欢迎使用 Cloud IDE</h1>
6
63522a3f7d755007c0941885 已提交
14
        <h1>怎么查看啊   </h1>
C
update  
cpongo2 已提交
15 16
        官网:<a href="https://ide.csdn.net" target="_blank">https://ide.csdn.net</a>
    </div>
C
update  
cpongo2 已提交
17 18
</body>
</html>