<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://guides.hackclub.app/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin</id>
	<title>Nest Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://guides.hackclub.app/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin"/>
	<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php/Special:Contributions/Admin"/>
	<updated>2026-04-28T18:34:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=Main_Page&amp;diff=21</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=Main_Page&amp;diff=21"/>
		<updated>2026-04-27T22:10:19Z</updated>

		<summary type="html">&lt;p&gt;Admin: Added correct privacy policy link.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Nest is a free Linux hosting service provided by [https://hackclub.app Hack Club] for teenagers to host their apps and projects for free.&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
To get started, check out the [[Quickstart]] guide, which walks you through creating an account, verifying that you are a student, logging in, and basic usage of Nest. &#039;&#039;&#039;Please read the [[Acceptable Use Policy]] and [[Limitations]] page before using Nest.&#039;&#039;&#039; You can also review our [[Nest Wiki:Privacy policy|privacy policy]] and [[Your data on nest|what happens to your data on Nest]]. There&#039;s also a list of [[Frequently Asked Questions]] that you really should read.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you need further help, external resources are listed in each of the guides mentioned above, and you can always get help from fellow birds in [https://app.slack.com/client/E09V59WQY1E/C097AL5AUH0 #nest-help] on the [https://hackclub.com/slack Hack Club Slack].&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=Nest_Wiki:Privacy_policy&amp;diff=20</id>
		<title>Nest Wiki:Privacy policy</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=Nest_Wiki:Privacy_policy&amp;diff=20"/>
		<updated>2026-04-27T22:06:42Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;You can find a PDF version of the Nest privacy policy at https://dashboard.hackclub.app/privacy.pdf.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can find a PDF version of the Nest privacy policy at https://dashboard.hackclub.app/privacy.pdf.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=Quickstart&amp;diff=19</id>
		<title>Quickstart</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=Quickstart&amp;diff=19"/>
		<updated>2026-04-27T13:40:38Z</updated>

		<summary type="html">&lt;p&gt;Admin: Revised Quickstart to include SSH key creation.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Before you can access your Nest container you need to apply for a container at https://dashboard.hackclub.app.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll be asked to pick a username, paste your public SSH key, and tell us what you&#039;ll use Nest for. If you&#039;re confused, here&#039;s how to create/find your SSH public key:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. You might have already generated an SSH key! If you&#039;re unsure, use this command to check:&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
cat ~/.ssh/id_ed25519.pub&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;If it returns a long string starting with &amp;lt;code&amp;gt;ssh-ed25519&amp;lt;/code&amp;gt;, then you already have one! Just copy that entire thing!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. If that command brought back &amp;quot;No such file or directory&amp;quot; or a similar issue, it means you don&#039;t have an SSH key. You can generate one now by running this command:&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
ssh-keygen -t ed25519&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;You can press enter during the prompts to use the default settings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Now you&#039;ll need to copy that string of text. Run this command to show it:&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
cat ~/.ssh/id_ed25519.pub&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;It should return a long string starting with &amp;lt;code&amp;gt;ssh-ed25519&amp;lt;/code&amp;gt;, just copy that entire thing!&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Once your application has been accepted you can SSH into your new container using this command:&amp;lt;syntaxhighlight&amp;gt;ssh username@hackclub.app&amp;lt;/syntaxhighlight&amp;gt;(Replace username with the username you applied with!)&lt;br /&gt;
&lt;br /&gt;
Congratulations! You&#039;re now inside your new Nest container! Now you can start hosting your projects.&lt;br /&gt;
&lt;br /&gt;
You can also manage your container at https://dashboard.hackclub.app!&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=User:Admin&amp;diff=18</id>
		<title>User:Admin</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=User:Admin&amp;diff=18"/>
		<updated>2026-04-26T19:52:46Z</updated>

		<summary type="html">&lt;p&gt;Admin: Protected &amp;quot;User:Admin&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Nest Admins | [mailto:admins@hackclub.app admins@hackclub.app]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=User:Admin&amp;diff=17</id>
		<title>User:Admin</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=User:Admin&amp;diff=17"/>
		<updated>2026-04-26T19:52:41Z</updated>

		<summary type="html">&lt;p&gt;Admin: link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Nest Admins | [mailto:admins@hackclub.app admins@hackclub.app]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=User:Admin&amp;diff=16</id>
		<title>User:Admin</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=User:Admin&amp;diff=16"/>
		<updated>2026-04-26T19:52:22Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;The Nest Admins | admins@hackclub.app&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Nest Admins | admins@hackclub.app&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=Quickstart&amp;diff=15</id>
		<title>Quickstart</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=Quickstart&amp;diff=15"/>
		<updated>2026-04-26T19:26:43Z</updated>

		<summary type="html">&lt;p&gt;Admin: Added Quickstart!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Before you can access your Nest container you need to apply for a container at https://dashboard.hackclub.app.&lt;br /&gt;
&lt;br /&gt;
Once your application has been accepted you can SSH into your new container using this command:&amp;lt;syntaxhighlight&amp;gt;ssh username@hackclub.app&amp;lt;/syntaxhighlight&amp;gt;(Replace username with the username you applied with!)&lt;br /&gt;
&lt;br /&gt;
Congratulations! You&#039;re now inside your new Nest container! Now you can start hosting your projects.&lt;br /&gt;
&lt;br /&gt;
You can also manage your container at https://dashboard.hackclub.app!&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=Acceptable_Use_Policy&amp;diff=14</id>
		<title>Acceptable Use Policy</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=Acceptable_Use_Policy&amp;diff=14"/>
		<updated>2026-04-26T18:53:44Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;Any of the following is strictly forbidden and will lead to an immediate suspension:  * any content that violates the Hack Club Code of Conduct: &amp;lt;nowiki&amp;gt;https://hack.club/conduct&amp;lt;/nowiki&amp;gt; * content which may be illegal under United States, Finnish or German law * any form of malware (which includes, without limitation, malicious code or software that may affect the operation of the Internet) * any form of botnets, spam, or phishing * interfering with, disrupting, or scan...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Any of the following is strictly forbidden and will lead to an immediate suspension:&lt;br /&gt;
&lt;br /&gt;
* any content that violates the Hack Club Code of Conduct: &amp;lt;nowiki&amp;gt;https://hack.club/conduct&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* content which may be illegal under United States, Finnish or German law&lt;br /&gt;
* any form of malware (which includes, without limitation, malicious code or software that may affect the operation of the Internet)&lt;br /&gt;
* any form of botnets, spam, or phishing&lt;br /&gt;
* interfering with, disrupting, or scanning servers or networks, or disobeying any requirements, procedures, policies, or regulations of networks&lt;br /&gt;
* harming minors in any way, including the distribution of child pornographic images&lt;br /&gt;
* distributing or hosting any adult content, including but not limited to, pornographic images or videos&lt;br /&gt;
* impersonating any person or entity, including, but not limited to, an official, forum leader, guide or host, or falsely stating or otherwise misrepresenting its affiliation with a person or entity&lt;br /&gt;
* using a domain name for activity comprising or contributing to piracy, trademark or copyright infringement, fraudulent or deceptive practices, counterfeiting, or other illegal activity&lt;br /&gt;
* insighting or promoting violence against any person or groups of persons, which shall include but is not limited to LGBTQIA+ persons and minorities&lt;br /&gt;
* bullying, engaging in cyber bullying, or inciting others to bully&lt;br /&gt;
* harassing, or encouraging others to harass or harm others&lt;br /&gt;
* abusive intent to cause fear or threaten violence&lt;br /&gt;
* hate speech (including homophobia, transphobia, queerphobia, racism, sexism, ableism, casteism, xenophobia, antisemitism, islamophobia, and other forms of bigotry)&lt;br /&gt;
* content which claims to forbid/disavow abusive or hateful conduct, but which permits &amp;quot;respectful&amp;quot; &amp;quot;discussions&amp;quot; of &amp;quot;unpopular opinions&amp;quot;/&amp;quot;controversial views&amp;quot; (dessert pizza is an unpopular opinion, trans folks&#039; right to live a happy life is not, and hate is hate regardless of how dressed-up it is)&lt;br /&gt;
* using nest to bypass any web filtering software or installing any software with the intent to do so&lt;br /&gt;
* circumventing technical restrictions, resource limits, or quotas placed on accounts or services, including by creating multiple accounts to evade such restrictions&lt;br /&gt;
* producing, distributing, or promoting terrorist or violent extremist content, including recruitment or radicalization materials&lt;br /&gt;
* distributing, publishing, or threatening to publish another person&#039;s private or personally identifiable information without their consent&lt;br /&gt;
* attempting to gain unauthorized access to accounts, systems, or networks, including but not limited to brute force attacks, credential stuffing, or exploiting security vulnerabilities&lt;br /&gt;
* operating or distributing software or services that exploit Nest resources (including CPU, GPU, storage, or bandwidth) for monetary gain without explicit permission, including but not limited to cryptocurrency mining, bandwidth resale, VPN/proxy services, or similar network relay operations; failing to comply with legitimate requests for user data or account information from your data subjects, especially if you host a service on Nest&lt;br /&gt;
* hosting, distributing, or operating any &amp;quot;code-server&amp;quot; software by Coder&lt;br /&gt;
* operating life-critical systems, safety-critical systems, emergency services, military applications, or any other application where a failure of Nest or support of Nest could lead to death, personal injury, or severe physical or environmental damage. This includes, but is not limited to, medical life-support systems, autonomous vehicle control, weapons systems, nuclear facilities, or air traffic control&lt;br /&gt;
* any other activity intended to organize, coordinate, or otherwise enable any of the above&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=Main_Page&amp;diff=13</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=Main_Page&amp;diff=13"/>
		<updated>2026-04-26T17:01:36Z</updated>

		<summary type="html">&lt;p&gt;Admin: init stuff&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Nest is a free Linux hosting service provided by [https://hackclub.app Hack Club] for teenagers to host their apps and projects for free.&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
To get started, check out the [[Quickstart]] guide, which walks you through creating an account, verifying that you are a student, logging in, and basic usage of Nest. &#039;&#039;&#039;Please read the [[Acceptable Use Policy]] and [[Limitations]] page before using Nest.&#039;&#039;&#039; You can also review our [[Nest:Privacy policy|privacy policy]] and [[Your data on nest|what happens to your data on Nest]]. There&#039;s also a list of [[Frequently Asked Questions]] that you really should read.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you need further help, external resources are listed in each of the guides mentioned above, and you can always get help from fellow birds in [https://app.slack.com/client/E09V59WQY1E/C097AL5AUH0 #nest-help] on the [https://hackclub.com/slack Hack Club Slack].&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=MediaWiki:Citizen-footer-desc&amp;diff=12</id>
		<title>MediaWiki:Citizen-footer-desc</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=MediaWiki:Citizen-footer-desc&amp;diff=12"/>
		<updated>2026-04-26T16:58:48Z</updated>

		<summary type="html">&lt;p&gt;Admin: Protected &amp;quot;MediaWiki:Citizen-footer-desc&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All information and guides pertaining to Nest, Hack Club&#039;s free backend infrastructure for high school hackers&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=MediaWiki:Citizen-footer-tagline&amp;diff=11</id>
		<title>MediaWiki:Citizen-footer-tagline</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=MediaWiki:Citizen-footer-tagline&amp;diff=11"/>
		<updated>2026-04-26T16:58:35Z</updated>

		<summary type="html">&lt;p&gt;Admin: Protected &amp;quot;MediaWiki:Citizen-footer-tagline&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://github.com/hackclub/nest [github&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] [https://hcb.hackclub.com/nest [finances&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=MediaWiki:Citizen-footer-tagline&amp;diff=10</id>
		<title>MediaWiki:Citizen-footer-tagline</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=MediaWiki:Citizen-footer-tagline&amp;diff=10"/>
		<updated>2026-04-26T16:58:30Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;[https://github.com/hackclub/nest [github&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] [https://hcb.hackclub.com/nest [finances&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://github.com/hackclub/nest [github&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] [https://hcb.hackclub.com/nest [finances&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=MediaWiki:Citizen-footer-desc&amp;diff=9</id>
		<title>MediaWiki:Citizen-footer-desc</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=MediaWiki:Citizen-footer-desc&amp;diff=9"/>
		<updated>2026-04-26T16:58:01Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;All information and guides pertaining to Nest, Hack Club&amp;#039;s free backend infrastructure for high school hackers&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All information and guides pertaining to Nest, Hack Club&#039;s free backend infrastructure for high school hackers&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=MediaWiki:Citizen.css&amp;diff=8</id>
		<title>MediaWiki:Citizen.css</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=MediaWiki:Citizen.css&amp;diff=8"/>
		<updated>2026-04-26T16:57:35Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the Citizen skin */&lt;br /&gt;
.page-Main_Page .citizen-page-heading,&lt;br /&gt;
.page-Main_Page #firstHeading,&lt;br /&gt;
.page-Main_Page .mw-first-heading,&lt;br /&gt;
.page-Main_Page #siteSub {&lt;br /&gt;
    display: block !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=MediaWiki:Citizen.css&amp;diff=7</id>
		<title>MediaWiki:Citizen.css</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=MediaWiki:Citizen.css&amp;diff=7"/>
		<updated>2026-04-26T16:57:23Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the Citizen skin */&lt;br /&gt;
.page-Main_Page .citizen-page-heading,&lt;br /&gt;
.page-Main_Page #firstHeading,&lt;br /&gt;
.page-Main_Page .mw-first-heading,&lt;br /&gt;
.page-Main_Page #siteSub {&lt;br /&gt;
    display: block !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-Main_Page .citizen-page-header {&lt;br /&gt;
    order: -1;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=Test&amp;diff=6</id>
		<title>Test</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=Test&amp;diff=6"/>
		<updated>2026-04-26T16:56:49Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;test&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;test&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=MediaWiki:Citizen.css&amp;diff=5</id>
		<title>MediaWiki:Citizen.css</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=MediaWiki:Citizen.css&amp;diff=5"/>
		<updated>2026-04-26T16:56:22Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the Citizen skin */&lt;br /&gt;
.page-Main_Page .citizen-page-heading,&lt;br /&gt;
.page-Main_Page #firstHeading,&lt;br /&gt;
.page-Main_Page .mw-first-heading,&lt;br /&gt;
.page-Main_Page #siteSub {&lt;br /&gt;
    display: block !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=MediaWiki:Citizen.css&amp;diff=4</id>
		<title>MediaWiki:Citizen.css</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=MediaWiki:Citizen.css&amp;diff=4"/>
		<updated>2026-04-26T16:55:53Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the Citizen skin */&lt;br /&gt;
.page-Main_Page .mw-body {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
}&lt;br /&gt;
.page-Main_Page .citizen-page-header {&lt;br /&gt;
    order: -1;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=MediaWiki:Citizen.css&amp;diff=3</id>
		<title>MediaWiki:Citizen.css</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=MediaWiki:Citizen.css&amp;diff=3"/>
		<updated>2026-04-26T16:20:06Z</updated>

		<summary type="html">&lt;p&gt;Admin: Protected &amp;quot;MediaWiki:Citizen.css&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the Citizen skin */&lt;br /&gt;
.page-Main_Page .citizen-page-heading,&lt;br /&gt;
.page-Main_Page #firstHeading,&lt;br /&gt;
.page-Main_Page .mw-first-heading,&lt;br /&gt;
.page-Main_Page #siteSub {&lt;br /&gt;
    display: block !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=MediaWiki:Citizen.css&amp;diff=2</id>
		<title>MediaWiki:Citizen.css</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=MediaWiki:Citizen.css&amp;diff=2"/>
		<updated>2026-04-26T16:20:01Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;/* All CSS here will be loaded for users of the Citizen skin */ .page-Main_Page .citizen-page-heading, .page-Main_Page #firstHeading, .page-Main_Page .mw-first-heading, .page-Main_Page #siteSub {     display: block !important; }&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the Citizen skin */&lt;br /&gt;
.page-Main_Page .citizen-page-heading,&lt;br /&gt;
.page-Main_Page #firstHeading,&lt;br /&gt;
.page-Main_Page .mw-first-heading,&lt;br /&gt;
.page-Main_Page #siteSub {&lt;br /&gt;
    display: block !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=Main_Page&amp;diff=1</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=Main_Page&amp;diff=1"/>
		<updated>2026-04-26T16:18:30Z</updated>

		<summary type="html">&lt;p&gt;Admin: init&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hi&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>