start new:
tmux
start new with session name:
tmux new -s myname
| import React from "react"; | |
| export default function BirdsSvg() { | |
| return ( | |
| <svg | |
| xmlnsrdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlnscc="http://creativecommons.org/ns#" | |
| xmlnsdc="http://purl.org/dc/elements/1.1/" | |
| id="svg2" |
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <style> | |
| body { | |
| margin: 0px; | |
| padding: 0px; | |
| } | |
| </style> | |
| </head> |