-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstegano.html
More file actions
24 lines (24 loc) · 1.03 KB
/
Copy pathstegano.html
File metadata and controls
24 lines (24 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE HTML>
<!--
Hello! Welcome to my personal website. Feel free to look around or get in touch with me if
you wish to know more. I typically respond to emails within a couple of hours.
This stylesheet is a customized version of Forty by HTML5 UP used under the CCA 3.0 license.
I love doggo memes.
-->
<html>
<head>
<title>Creating Transparent Text Images and Removing Image Backgrounds</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<!--link rel="stylesheet" href="assets/css/main.css" /-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<form method="post" enctype="multipart/form-data" action="/upload">
<input type="file" name="file">
<input type="submit" value="Submit">
</form>
</body>
</html>