1 Star 0 Fork 0

杜宋T/simpl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
404.html 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
Sam Dutton 提交于 2017-12-07 11:43 . Tweaks to meta tags
<!DOCTYPE html>
<!--
Copyright 2017 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html lang="en">
<head>
<meta name="description" content="Simplest possible examples of HTML, CSS and JavaScript." />
<meta name="author" content="//samdutton.com">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta itemprop="name" content="simpl.info: simplest possible examples of HTML, CSS and JavaScript">
<meta itemprop="image" content="/images/icons/icon192.png">
<meta name="mobile-web-app-capable" content="yes">
<meta id="theme-color" name="theme-color" content="#fff">
<base target="_blank">
<title>simpl.info 404</title>
<link rel="stylesheet" href="/css/main.css" />
</head>
<body>
<div id="container">
<h1><a href="/index.html" title="simpl.info home page">simpl.info</a> 404 error (page not found)</h1>
<p>Sorry. Couldn't find what you were looking for.</p>
<p>Could be time to go <a href="/index.html" title="simp.info home page">home</a>.</p>
</div>
<script src="../js/lib/ga.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dusong7/simpl.git
git@gitee.com:dusong7/simpl.git
dusong7
simpl
simpl
gh-pages

搜索帮助