Markpad

Developer
Size
2,015 Kb
Views
8,096

How do I make an markpad?

What is a markpad? How do you make a markpad? This script and codes were developed by Jota Teles on 17 January 2023, Tuesday.

Markpad Previews

Markpad - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Markpad</title>
</head>
<body> <script src="js/index.js"></script>
</body>
</html>

Markpad - Script Codes JS Codes

'use strict';
var params = function params(obj) {	return Object.keys(obj).map(function (k) {	return encodeURIComponent(k) + '=' + encodeURIComponent(obj[k]);	}).join('&');
};
fetch("http://dontpad.com/jotateles/codepen", {	body: params({ "text": "ja posso ir dormir em paz" }),	headers: new Headers({	"Accept": "application/json",	"Content-Type": "application/x-www-form-urlencoded;charset=UTF-8"	}),	method: "POST"
}).then(function (res) {	console.log("oi", res);
});
Markpad - Script Codes
Markpad - Script Codes
Home Page Home
Developer Jota Teles
Username teles
Uploaded January 17, 2023
Rating 3
Size 2,015 Kb
Views 8,096
Do you need developer help for Markpad?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Jota Teles (teles) Script Codes
Create amazing love letters with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!