diff --git a/src/XIVLauncher2/Views/LauncherView.axaml b/src/XIVLauncher2/Views/LauncherView.axaml
new file mode 100644
index 0000000..38c2084
--- /dev/null
+++ b/src/XIVLauncher2/Views/LauncherView.axaml
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+
+ News
+ News
+ News
+ News
+ News
+ News
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Log in automatically
+ Use one time password
+ Use Steam service account
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/XIVLauncher2/Views/LauncherView.axaml.cs b/src/XIVLauncher2/Views/LauncherView.axaml.cs
new file mode 100644
index 0000000..eecef28
--- /dev/null
+++ b/src/XIVLauncher2/Views/LauncherView.axaml.cs
@@ -0,0 +1,18 @@
+using Avalonia;
+using Avalonia.Controls;
+using Avalonia.Markup.Xaml;
+
+namespace XIVLauncher2.Views;
+
+public partial class LauncherView : UserControl
+{
+ public LauncherView()
+ {
+ InitializeComponent();
+ }
+
+ private void InitializeComponent()
+ {
+ AvaloniaXamlLoader.Load(this);
+ }
+}
diff --git a/src/XIVLauncher2/Views/MainWindow.axaml b/src/XIVLauncher2/Views/MainWindow.axaml
index d276910..4e37219 100644
--- a/src/XIVLauncher2/Views/MainWindow.axaml
+++ b/src/XIVLauncher2/Views/MainWindow.axaml
@@ -2,8 +2,8 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:i="clr-namespace:Projektanker.Icons.Avalonia;assembly=Projektanker.Icons.Avalonia"
xmlns:vm="using:XIVLauncher2.ViewModels"
+ xmlns:views="clr-namespace:XIVLauncher2.Views"
mc:Ignorable="d" d:DesignWidth="1000" d:DesignHeight="500"
x:Class="XIVLauncher2.MainWindow"
Title="XIVLauncher2"
@@ -22,62 +22,9 @@
+
-
-
-
-
-
-
-
-
-
-
- News
- News
- News
- News
- News
- News
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Log in automatically
- Use one time password
- Use Steam service account
-
-
-
-
-
-
-
-
-
-
-
+