17 lines
427 B
HTML
17 lines
427 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width" />
|
||
|
<title>Newtonsoft</title>
|
||
|
<base href="/" />
|
||
|
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
|
||
|
<link href="css/site.css" rel="stylesheet" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<app>Loading...</app>
|
||
|
|
||
|
<script src="_framework/components.webassembly.js"></script>
|
||
|
</body>
|
||
|
</html>
|