Image with no alt text. Short URL for this reference number:
The "ref-no" is not showing after signing into game.
A:
You need to create a “Mystery Box”.
When you start the game, you will get a warning message asking you to create a mystery box, and in order to make the player launch the game, you need to click “yes”.
The main page for the game should then launch, with a box where you can see the mystery box that you just created.
You will then be able to use this mystery box to generate the serial code.
/*
* Copyright 2013 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
body {
font-family: sans-serif;
background: #333;
color: #fff;
}
.container {
width: 50%;
margin: auto;
}
.wrapper {
width: 100%;
margin-bottom: 2em;
}
.footer {
font-size: 14px;
font-weight: normal;
margin: 1em 0;
}
.header {
background-color: #fff;
padding: 0.2em;
}
.search {
font-size: 14px;
margin: 0.2em 0;
padding: 0.2em 0.6em;
}
.form-control {
width: 100%;
font-size: inherit;
padding: 0.2em;
}
.secondary {
font-size: 14px;
font-weight: normal;
margin: 0.2em 0;
padding: 0.2em 0.6em;
color: #666;
}
.text {
font-size: 14px;
font-weight: normal;
margin: 0.2em 0;
padding: 0.2em 0.6em;
color: #333;
}
.primary { be359ba680
Related links:
Comments