<?xml version="1.0" encoding="utf-8"?>
<Page x:Class="LumaTunnel.Client.Views.StartupLoadingPage"
      xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Loaded="OnLoaded">
  <Grid Background="#07162F">
    <StackPanel HorizontalAlignment="Center" VerticalAlignment="Center" Spacing="20">
      <Image Source="/Assets/Logo.png" Width="128" Height="128" />
      <TextBlock Text="LumaTunnel" Foreground="White" FontSize="34" FontWeight="SemiBold" HorizontalAlignment="Center" />
      <TextBlock Text="光隧 · 自托管的安全网络通道" Foreground="#9BEFE8" FontSize="16" HorizontalAlignment="Center" />
      <ProgressRing IsActive="True" Width="28" Height="28" HorizontalAlignment="Center" />
    </StackPanel>
  </Grid>
</Page>
