index.html 516 字节
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 14 15
    <div class="app">
        <img src="src/logo.svg" width="100px">
        <h1>欢迎使用 Cloud IDE</h1>
        官网:<a href="https://ide.csdn.net" target="_blank">https://ide.csdn.net</a>
    </div>
C
update  
cpongo2 已提交
16 17
</body>
</html>