Skip to content

Instantly share code, notes, and snippets.

@PragatiVerma18
Created May 22, 2021 07:56
Show Gist options
  • Select an option

  • Save PragatiVerma18/2ac1953d3682e4750c60f9f3e2eefc33 to your computer and use it in GitHub Desktop.

Select an option

Save PragatiVerma18/2ac1953d3682e4750c60f9f3e2eefc33 to your computer and use it in GitHub Desktop.
VueJS Starter Plugin for Adobe Photoshop - index.html
<!DOCTYPE html>
<html>
<head>
<script src="./main.js"></script>
</head>
<style>
div {
margin: auto;
}
</style>
<body>
<div>
<div id="container"></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment