mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-12-31 19:39:08 +03:00
Update lib to latest version
This commit is contained in:
16
index.html
16
index.html
@@ -4,16 +4,15 @@
|
||||
<title>UA-Parser.js - Lightweight JavaScript-based User Agent String Parser</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="author" content="Faisalman" />
|
||||
<meta name="description" content="UA-Parser.js is a lightweight JavaScript-based user-agent string parser library" />
|
||||
<meta name="description" content="UA-Parser.js Lightweight JavaScript-based User-Agent string parser. Supports browser & node.js environment. Also available as jQuery plugin & AMD module." />
|
||||
<meta name="keywords" content="user agent, parser, javascript, detect, details, new, browser, engine, mobile, device, operating system" />
|
||||
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Varela|Varela+Round' rel='stylesheet' type='text/css'>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
html, input, select {
|
||||
font: 14px/20px Varela, Helvetica, Georgia, Ubuntu, Arial, sans-serif;
|
||||
font: 14px/20px Helvetica, Ubuntu, Arial, Georgia, sans-serif;
|
||||
color: #333;
|
||||
}
|
||||
body {
|
||||
@@ -36,7 +35,7 @@
|
||||
font-size: 4em;
|
||||
}
|
||||
h1, h2, th, .ua {
|
||||
font-family: 'Varela Round', Helvetica, Georgia, Ubuntu, Arial, sans-serif;
|
||||
font-family: Helvetica, Ubuntu, Arial, Georgia, sans-serif;
|
||||
}
|
||||
.share {
|
||||
position: absolute;
|
||||
@@ -99,12 +98,12 @@
|
||||
font-size: 1.5em;
|
||||
}
|
||||
</style>
|
||||
<script src="ua-parser.js"></script>
|
||||
<script src="ua-parser.min.js"></script>
|
||||
<script src="ua-list-example.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1><a href="">UA-Parser.JS</a></h1>
|
||||
<h1><a href="">UA-Parser.js</a></h1>
|
||||
<h2>Lightweight JavaScript-based User-Agent String Parser</h2>
|
||||
<hr />
|
||||
<p class="share">
|
||||
@@ -152,10 +151,11 @@
|
||||
<footer>
|
||||
<hr />
|
||||
<p>
|
||||
<span class="ua">UA-Parser.js</span> © 2012 Faisalman. <br/>
|
||||
<span class="ua">UA-Parser.js</span> © 2012-2013 Faisalman. <br/>
|
||||
Dual licensed under GPLv2 & MIT license<br/>
|
||||
Source: <a href="https://github.com/faisalman/ua-parser-js">https://github.com/faisalman/ua-parser-js</a><br/>
|
||||
Node.js package: <a href="https://npmjs.org/package/ua-parser-js">https://npmjs.org/package/ua-parser-js</a>
|
||||
Node.js package: <a href="https://npmjs.org/package/ua-parser-js">https://npmjs.org/package/ua-parser-js</a><br/>
|
||||
jQuery plugin: <a href="http://plugins.jquery.com/ua-parser-js/">http://plugins.jquery.com/ua-parser-js/</a>
|
||||
</p>
|
||||
</footer>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user