mirror of
https://github.com/nkoehring/250kb-club.git
synced 2025-04-19 21:59:04 +02:00
updates URLs
This commit is contained in:
parent
64a8600849
commit
3f8e4d349d
6 changed files with 7 additions and 6 deletions
|
@ -89,3 +89,4 @@ https://nomasters.io/
|
||||||
https://n.2p5.xyz/
|
https://n.2p5.xyz/
|
||||||
https://jakob.kaivo.net/
|
https://jakob.kaivo.net/
|
||||||
https://alexschroeder.ch/
|
https://alexschroeder.ch/
|
||||||
|
https://humaidq.ae/
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -6,8 +6,8 @@
|
||||||
<title>The 250kb Club</title>
|
<title>The 250kb Club</title>
|
||||||
<meta name="description" content="An exclusive membership for web pages presenting themselves in no more than 250kb.">
|
<meta name="description" content="An exclusive membership for web pages presenting themselves in no more than 250kb.">
|
||||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||||
<link rel='stylesheet' href='/global.css?1606133214247'>
|
<link rel='stylesheet' href='/global.css?1606144209090'>
|
||||||
<script defer src='/build/bundle.js?1606133214247'></script>
|
<script defer src='/build/bundle.js?1606144209090'></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
|
|
@ -4,4 +4,4 @@ node ./compile-list.js &&
|
||||||
yarn build &&
|
yarn build &&
|
||||||
scp -r public/* 250kb.club:/srv/http/250kb.club/ &&
|
scp -r public/* 250kb.club:/srv/http/250kb.club/ &&
|
||||||
git commit -am 'updates URLs' &&
|
git commit -am 'updates URLs' &&
|
||||||
git push
|
git push sourcehut main && git push origin main
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue