mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 18:57:28 -07:00
moved all sources to trunk directory
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@693 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
commit
a22b7578bd
392 changed files with 61489 additions and 0 deletions
44
Greenshot/web/htdocs/index.html
Normal file
44
Greenshot/web/htdocs/index.html
Normal file
|
@ -0,0 +1,44 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Greenshot - Screenshot Tool</title>
|
||||
<style>
|
||||
body, td, a {
|
||||
background-color:#ffffff;
|
||||
font-family:Tahoma, Arial, Sans-serif;
|
||||
color:#006600;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table width="100%" height="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=191585&type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" height="100%" align="center" valign="middle">
|
||||
<table width="400">
|
||||
<tr>
|
||||
<td>
|
||||
<h3>Greenshot</h3>
|
||||
Revolutionary screenshot tool optimized for productivity. Save a screenshot or a part of the screen to a file within a second. Apply text and shapes to the screenshot. Offers capture of window, region or full screenshot. Supports several image formats.
|
||||
<br><br>
|
||||
<a href="http://www.sourceforge.net/projects/greenshot/">Greenshot's project homepage on sourceforge.net</a><br>
|
||||
<a href="http://sourceforge.net/project/showfiles.php?group_id=191585">Download Greenshot</a><br><br>
|
||||
<a href="Help/index.en-US.html">Greenshot Help (en)</a><br>
|
||||
<a href="Help/index.de-DE.html">Greenshot Hilfe (de)</a><br>
|
||||
<br><br><br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue