mirror of
https://github.com/A-Star100/simpliplay-xbox.git
synced 2025-09-17 22:39:39 +00:00
12 lines
407 B
XML
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>
|