Monorepo for Aesthetic.Computer
aesthetic.computer
1<?xml version="1.0" encoding="utf-8"?>
2<Window
3 x:Class="AestheticComputer.MainWindow"
4 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
5 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
6 xmlns:local="using:AestheticComputer"
7 xmlns:controls="using:Microsoft.UI.Xaml.Controls"
8 Title="Aesthetic Computer">
9
10 <Grid Background="#6600FF">
11 <controls:WebView2
12 x:Name="webView"
13 Source="https://aesthetic.computer?device"
14 DefaultBackgroundColor="#6600FF"/>
15 </Grid>
16</Window>