Skip to content

Instantly share code, notes, and snippets.

View ringo360's full-sized avatar
💙
Average chino lover

ringoXD ringo360

💙
Average chino lover
View GitHub Profile
@ringo360
ringo360 / alert.md
Created June 24, 2024 11:26
Alertのメモ書き

Githubのアラート記法 Example

Githubではアラートを書くことができます。その例を記載しておきます。

Note

Note

config.ymlからカスタマイズができます。

> [!NOTE]
> `config.yml`からカスタマイズができます。
@ringo360
ringo360 / tsconfig.json
Last active July 6, 2024 12:47
My TSConfig
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"allowJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
@ringo360
ringo360 / index.html
Last active July 27, 2024 15:58
Nginx is osu!
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<title>Welcome to osu!</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}