Forum embed

View Demo

Source


<!doctype html>

<html lang="en">

<head>

  <meta charset="utf-8">

  <title>Basic Muut forum setup</title>

  <!-- optimize for mobile -->
  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <!-- force latest IE rendering engine -->
  <meta http-equiv="X-UA-Compatible" content="IE=edge">

  <!-- muut styling -->
  <link rel="stylesheet" href="https://cdn.muut.com/1/moot.css">

  <!-- demo specific CSS -->
  <style>
    body {
       font-family: "myriad pro", tahoma, verdana, arial, sans-serif;
       font-size: 18px; margin: 0; padding: 0;
    }
    #hero-image { display: block; margin: .75em auto 1.5em; max-width: 35%; }
  </style>

</head>

<body>

  <!-- Some logo (just some custom HTML on this page) -->
  <img id="hero-image" src="img/logo.png">

  <p style="text-align:center; color: #999;">Feel free to fool around here.</p>

  <!-- Muut client -->
  <a class="muut" href="https://muut.com/i/goma">GoMA forums (demo)</a>
  <script src="https://cdn.muut.com/1/moot.min.js"></script>

</body>

</html>

View Demo