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

Add Duckduckgo module #35

Closed
techtek opened this issue Sep 7, 2017 · 0 comments
Closed

Add Duckduckgo module #35

techtek opened this issue Sep 7, 2017 · 0 comments
Milestone

Comments

@techtek
Copy link
Owner

techtek commented Sep 7, 2017

Duckduckgo module

Tests results: Works

<!DOCTYPE html>
<html lang="en">
<head>
    <title>STEEMPI | A system for Steemit</title>

    <meta charset="utf-8"/>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <meta name="viewport" content="initial-scale=1,minimum-scale=1,width=device-width">

    <!-- Stylesheets -->
    <style>
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html, body {
            height: 100%;
            overflow: hidden;
            width: 100%;
        }

        iframe {
            border: none;
            height: calc(100% - 3px);
            width: 100%;
        }
    </style>
</head>
<body>
<iframe height="100%" width="100%" frameborder="0"
        src="http://www.duckduckgo.com/"></iframe>
</body>
</html>

dehenne added a commit that referenced this issue Sep 13, 2017
@dehenne dehenne closed this as completed Sep 13, 2017
@dehenne dehenne added this to the Version 2 milestone Sep 13, 2017
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