simpliplay-xbox/SimpliPlay UWP/MainPage.xaml
2025-08-03 17:49:20 -05:00

12 lines
407 B
XML

<Page
x:Class="SimpliPlay.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<Grid>
<!-- UWP WebView -->
<WebView x:Name="MyWebView" HorizontalAlignment="Stretch" VerticalAlignment="Stretch"/>
</Grid>
</Page>