Skip to content

Commit 5d10d9d

Browse files
Deploying to autoupdated/gh-pages from @ 75df292 🚀
1 parent 0e03761 commit 5d10d9d

10 files changed

Lines changed: 111 additions & 0 deletions

asset-manifest.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"files": {
3+
"main.css": "/static/css/main.56ca63e3.css",
4+
"main.js": "/static/js/main.a2ec543e.js",
5+
"index.html": "/index.html",
6+
"main.56ca63e3.css.map": "/static/css/main.56ca63e3.css.map",
7+
"main.a2ec543e.js.map": "/static/js/main.a2ec543e.js.map"
8+
},
9+
"entrypoints": [
10+
"static/css/main.56ca63e3.css",
11+
"static/js/main.a2ec543e.js"
12+
]
13+
}

favicon.ico

31.3 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head data-apisource="HostedFunc"><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><base href="/"/><meta name="robots" content="index,follow"><meta name="title" content="Convert VB.NET to/from C# online"><meta name="keywords" content="convert, c#, csharp, cs, VB, VB.NET, Visual Basic,code converter, csharp to vb, vb to csharp, c#, vb.net, vb, convert,free, Roslyn, code, converter, tool, conversion, file, class, module, refactoring, open source, oss"><meta name="description" content="Completely free and open source code converter. Convert snippets online, or download the Visual Studio Extension or command line to convert whole projects/solutions and increase conversion accuracy."><meta name="google-site-verification" content="aosecidc9TBJtszGyqGIJAXcr52U6czfoDXhQYsCvBY"/><link rel="manifest" href="/manifest.json"><link rel="shortcut icon" href="/favicon.ico"><title>Code Converter: VB - C#</title><script defer="defer" src="/static/js/main.a2ec543e.js"></script><link href="/static/css/main.56ca63e3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

manifest.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"short_name": "Code Converter",
3+
"name": "Code Converter - VB/C#",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
}
10+
],
11+
"start_url": "./index.html",
12+
"display": "standalone",
13+
"theme_color": "#000000",
14+
"background_color": "#ffffff"
15+
}

robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-Agent: *
2+
Disallow:

static/css/main.56ca63e3.css

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/main.56ca63e3.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/main.a2ec543e.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
/*!
2+
Copyright (c) 2018 Jed Watson.
3+
Licensed under the MIT License (MIT), see
4+
http://jedwatson.github.io/classnames
5+
*/
6+
7+
/**
8+
* @license React
9+
* react-dom.production.min.js
10+
*
11+
* Copyright (c) Facebook, Inc. and its affiliates.
12+
*
13+
* This source code is licensed under the MIT license found in the
14+
* LICENSE file in the root directory of this source tree.
15+
*/
16+
17+
/**
18+
* @license React
19+
* react-jsx-runtime.production.min.js
20+
*
21+
* Copyright (c) Facebook, Inc. and its affiliates.
22+
*
23+
* This source code is licensed under the MIT license found in the
24+
* LICENSE file in the root directory of this source tree.
25+
*/
26+
27+
/**
28+
* @license React
29+
* react.production.min.js
30+
*
31+
* Copyright (c) Facebook, Inc. and its affiliates.
32+
*
33+
* This source code is licensed under the MIT license found in the
34+
* LICENSE file in the root directory of this source tree.
35+
*/
36+
37+
/**
38+
* @license React
39+
* scheduler.production.min.js
40+
*
41+
* Copyright (c) Facebook, Inc. and its affiliates.
42+
*
43+
* This source code is licensed under the MIT license found in the
44+
* LICENSE file in the root directory of this source tree.
45+
*/
46+
47+
/**
48+
* React Router DOM v6.3.0
49+
*
50+
* Copyright (c) Remix Software Inc.
51+
*
52+
* This source code is licensed under the MIT license found in the
53+
* LICENSE.md file in the root directory of this source tree.
54+
*
55+
* @license MIT
56+
*/
57+
58+
/**
59+
* React Router v6.3.0
60+
*
61+
* Copyright (c) Remix Software Inc.
62+
*
63+
* This source code is licensed under the MIT license found in the
64+
* LICENSE.md file in the root directory of this source tree.
65+
*
66+
* @license MIT
67+
*/

static/js/main.a2ec543e.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)