Web: Add meta description to homepage
This commit is contained in:
parent
73d26a958f
commit
01f52523a8
|
@ -2,6 +2,12 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
|
<meta name="description" content="Cppcheck is an analysis tool for C/C++ code.
|
||||||
|
It detects the types of bugs that the compilers normally fail to detect. The
|
||||||
|
goal is no false positives." />
|
||||||
|
<meta name="keywords" content="Cppcheck, open source, analysis tool, C/C++,
|
||||||
|
code, errors, bugs, compilers, bounds checking, memory leaks, obsolete functions,
|
||||||
|
uninitialized variables, unused functions" />
|
||||||
<title>Cppcheck - A tool for static C/C++ code analysis</title>
|
<title>Cppcheck - A tool for static C/C++ code analysis</title>
|
||||||
<link rel="stylesheet" type="text/css" href="/site/css/all.css" />
|
<link rel="stylesheet" type="text/css" href="/site/css/all.css" />
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
||||||
|
|
Loading…
Reference in New Issue