mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
15 lines
312 B
HTML
15 lines
312 B
HTML
<?xml version="1.0" encoding="utf-8"?>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Drag and drop from SVG: helper file</title>
|
|
<style type="text/css">
|
|
textarea
|
|
{width:400px;
|
|
height:300px;
|
|
padding:10px;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p><textarea placeholder="Drop selection here"/></p>
|
|
</body>
|
|
</html> |