Skip to content

Commit 35d0440

Browse files
committed
reorg examples and add favicon, resolves #3
1 parent d402e16 commit 35d0440

File tree

8 files changed

+4
-2
lines changed

8 files changed

+4
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
README last updated: 21 Dec 2020
44

55
**About**: Web app to process and combine multi-line text into a single line.
6-
Deployed on Heroku, and accessible at: http://www.combinetext.com/
6+
Deployed on Heroku, and accessible at: http://www.combinetext.com/
7+
See example cases in the [examples](https://github.com/vtlim/textsmoosh/tree/master/examples) folder.
78

89
## Screenshot of web app
910

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

static/favicon.ico

15 KB
Binary file not shown.

templates/mainpage.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
<head>
55
<title>Join multiline text</title>
66
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles/main.css') }}">
7+
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
78
</head>
89

910
<body>
1011

1112
<div class="header">
12-
<h1 style="font-family:calibri;">Process and combine multi-line text into a single line</h1>
13+
<h1 style="font-family:calibri">Process and combine multi-line text into a single line</h1>
1314
</div>
1415

1516
<form method="POST" class="myform">

0 commit comments

Comments
 (0)