diff options
Diffstat (limited to 'Web/HTML/Head.html')
-rw-r--r-- | Web/HTML/Head.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Web/HTML/Head.html b/Web/HTML/Head.html new file mode 100644 index 0000000..7f3be81 --- /dev/null +++ b/Web/HTML/Head.html @@ -0,0 +1,10 @@ +<head> + <title>CMake Cross Platform Make</title> + <META NAME="keywords" CONTENT="Software, compile, make, build, cross-platform"> + <META NAME="description" CONTENT="CMake is an open-source, + cross-platfom build environment. It supports native build processes + on Unix and Windows platforms under a variety of compilers."> +<META NAME="rating" CONTENT="General"> +<META NAME="ROBOTS" CONTENT="ALL"> + <link rel="stylesheet" href="/CMake/HTML/Style.css" type="text/css"> +</head> |