-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
8,135 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>GoNews-Daily news for golang</title> | ||
<meta charset="utf-8"> | ||
<meta name="mobile-web-app-capable" content="yes"> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="default"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="/public/logo-120.png"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui"> | ||
<link rel="shortcut icon" sizes="48x48" href="https://gocn.io/static/css/default/img/favicon.png?v=20160523"> | ||
<meta name="theme-color" content="#f60"> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<script src="/dist/build.js"></script> | ||
</body> | ||
</html> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>GoNews-Daily news for golang</title> | ||
<meta charset="utf-8"> | ||
<meta name="keywords" content="gonews,GoNews,go,golang每日新闻,golang,Golang学习,Golang教程,Golang社区" /> | ||
<meta name="description" content="gonews,Golang每日新闻浏览平台。" /> | ||
<meta name="mobile-web-app-capable" content="yes"> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="default"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="/public/logo-120.png"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui"> | ||
<link rel="shortcut icon" sizes="48x48" href="https://gocn.io/static/css/default/img/favicon.png?v=20160523"> | ||
<meta name="theme-color" content="#f60"> | ||
</head> | ||
|
||
<body> | ||
<div id="app"></div> | ||
<script src="/dist/build.js"></script> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.