20 lines
549 B
HTML
20 lines
549 B
HTML
<!DOCTYPE html>
|
|
<!-- Copyright 2013 The Flutter Authors. All rights reserved.
|
|
Use of this source code is governed by a BSD-style license that can be
|
|
found in the LICENSE file. -->
|
|
<html lang="en">
|
|
<head>
|
|
<title>Load file or HTML string example</title>
|
|
<link rel="stylesheet" href="styles/style.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Local demo page</h1>
|
|
<p>
|
|
This is an example page used to demonstrate how to load a local file or HTML
|
|
string using the <a href="https://pub.dev/packages/webview_flutter">Flutter
|
|
webview</a> plugin.
|
|
</p>
|
|
|
|
</body>
|
|
</html> |