forked from KolibriOS/kolibrios
WebView 2.0 beta 4: highlight a link as a single item, more refactoring
git-svn-id: svn://kolibrios.org@7757 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
<body>
|
||||
|
||||
<br>
|
||||
CodeView is a sipmle C--/C/C++ code viewer based on TWB component.
|
||||
|
||||
CodeView is a sipmle C--/C/C++ code viewer based on TWB component.<br>
|
||||
<br>
|
||||
Press Ctrl+O to open a file.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,14 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=cp-866" />
|
||||
<title>File not found</title>
|
||||
<meta charset=cp-866 />
|
||||
<title>File not found</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1> File not found</h1>
|
||||
<ul>
|
||||
<li>
|
||||
Check page address, there may have been made a typo.<br>
|
||||
</li>
|
||||
</ul>
|
||||
<h1> File not found</h1>
|
||||
Please, check file address, there may have been made a typo.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user