Add missing doctype and charset in documentation.html
This commit is contained in:
parent
4cf7b8ea84
commit
e04e324a44
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>TestDisk & PhotoRec documentation</title>
|
||||
<link rel="shortcut icon" href="https://www.cgsecurity.org/favicon.ico" />
|
||||
<meta charset="UTF-8">
|
||||
</head>
|
||||
<body>
|
||||
TestDisk & PhotoRec documentation can be found online:
|
||||
|
|
Loading…
Reference in a new issue