0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Cleanup, Add dist to .gitignore

This commit is contained in:
yude 2021-02-05 17:46:55 +09:00
parent 62140a9ab6
commit 0483c153fa
7 changed files with 1 additions and 72 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ node_modules
aero-deploy.tar.gz
aero-debug.log
debug.log
dist

View File

@ -1,47 +0,0 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><title>400: Font family not found</title><link href="//fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet" type="text/css"/><style>
* {
margin: 0;
padding: 0;
}
html,code {
font: 15px/22px arial,sans-serif;
}
html {
background: #fff;
color: #222;
padding: 15px;
}
body {
background: 100% 5px no-repeat;
margin-top: 0;
max-width: none:
min-height: 180px;
padding: 30px 0 15px;
}
* > body {
padding-right: 205px;
}
p {
margin: 22px 0 0;
overflow: hidden;
}
ins {
text-decoration: none;
}
ins {
color: #777;
}
/* Google Fonts logo styling*/
.projectLogo a {
font-family: "Open Sans", arial, sans-serif;
font-size: 32px;
font-weight: 300;
color: #63666a;
line-height: 1.375;
text-decoration: none;
}
.projectLogo img {
margin: -1px 0 -4px;
vertical-align: middle;
}
</style></head><body><h1 id="g" class="projectLogo"><a href="//www.google.com/fonts"><img src="//www.google.com/images/logos/google_logo_41.png" alt="Google"/> Fonts</a></h1><p><b>400:</b>&nbsp;<ins>Missing font family</ins></p><p>The requested font families are not available.<p>Requested: Noto Sans JP (style: normal, weight: 400)<p><ins>For reference, see the <a href="https://developers.google.com/fonts/docs/getting_started">Google Fonts API documentation</a>.</ins></p></body></html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

View File

@ -1,25 +0,0 @@
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>#背中が痒い</title>
<style>
body{
max-width: 700px;
margin: auto;
}
</style>
</head>
<body>
<div style="text-align: center">
<h1 style="text-align: center">#背中が痒い</h1>
<img src="back.jpg" width=100%>
<p><a href="https://pixabay.com/ja/users/tumisu-148124/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=5163495">Tumisu</a>による<a href="https://pixabay.com/ja/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=5163495">Pixabay</a>からの画像</p>
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-size="large" data-url="https://yude.moe/itchy" data-lang="ja" data-dnt="true" data-show-count="false">Tweet</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<hr>
<p>This page is licensed under the <span style="white-space: nowrap"><a href="https://opensource.org/licenses/MIT">MIT License</a></span>.</p>
</div>
</body>
</html>