1234567891011121314151617181920212223242526 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>Version</title>
- <!-- Copyright Embedthis Software. All Rights Reserved. -->
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
- <meta name="description" content="Simple, fast, secure embedded web server" />
- <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Open+Sans:300italic,400,300,700'
- rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Julius+Sans+One' rel='stylesheet' type='text/css'>
-
- <link href="./images/favicon.ico" rel="shortcut icon" />
- <link href="lib/semantic-ui/semantic.min.css" rel="stylesheet" type="text/css" />
- <link href="css/all.min.css" rel="stylesheet" type="text/css" />
- <link href="css/api.min.css" rel="stylesheet" type="text/css" />
-
- </head>
- <body class="version">v3.6.5</body>
- </html>
|