Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page in OpenUI:B5690EEEBB952194 #133

Closed
Pennuaju opened this issue May 19, 2024 · 1 comment
Closed

Page in OpenUI:B5690EEEBB952194 #133

Pennuaju opened this issue May 19, 2024 · 1 comment

Comments

@Pennuaju
Copy link

          Page in OpenUI:

image

Page in browser after copying the HTML into a .html file:
image

Originally posted by @cashgarman in #130 (comment)

@vanpelt
Copy link
Contributor

vanpelt commented May 20, 2024

Wow, that's a sick login page! I'm getting this fixed now, until then you can wrap you're html with the following to include tailwind:

<html>
	<head>
	<meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <script src="https://cdn.tailwindcss.com"></script>
	</head>
	<body>
${code}
	</body>
</html>

@vanpelt vanpelt closed this as completed May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants