Skip to content

Commit db31d4b

Browse files
committedFeb 17, 2021
Merge branch 'master' of https://github.com/vtlim/textsmoosh
2 parents 5d143cb + 35d0440 commit db31d4b

File tree

8 files changed

+6
-3
lines changed

8 files changed

+6
-3
lines changed
 

‎README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# TextSmoosh
22

3-
README last updated: 20 Dec 2020
3+
README last updated: 21 Dec 2020
44

5-
**About**: Web app to process and combine multi-line text into a single line.
5+
**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/
7+
See example cases in the [examples](https://github.com/vtlim/textsmoosh/tree/master/examples) folder.
68

79
## Screenshot of web app
810

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)
Please sign in to comment.