修改路径

This commit is contained in:
小海
2020-05-16 22:18:45 +08:00
parent abc792a561
commit 42177a7721
683 changed files with 92 additions and 18398 deletions

15
src/index.html Normal file
View File

@@ -0,0 +1,15 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="utf-8">
<title>小海博客</title>
<base href="/">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta name="keywords" content="小海博客,个人博客,java博客,学习,IT,生活,前端,后端,移动端,java,spring,springboot,angular">
<meta name="description" content="小海博客,记录学习成长历程,主要关注与java后端的技术学习">
<link rel="icon" type="image/x-icon" href="https://56462271.oss-cn-beijing.aliyuncs.com/web/logo.ico">
</head>
<body>
<app-root></app-root>
</body>
</html>