19 lines
296 B
Plaintext
19 lines
296 B
Plaintext
---
|
|
title: Nobara Linux
|
|
---
|
|
|
|
import ChoiceList from "@/components/ChoiceList.astro";
|
|
|
|
The Nobara project aims to improve Fedora's user-friendliness.
|
|
|
|
<ChoiceList>
|
|
<a
|
|
href="https://nobaraproject.org/"
|
|
target="_blank"
|
|
rel="noreferrer"
|
|
class="button"
|
|
>
|
|
Visit Website
|
|
</a>
|
|
</ChoiceList>
|